#C67BD2

Color #C67BD2 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C67BD2

Tints of Orchid #C67BD2

Color information

#C67BD2 (or 0xC67BD2) is unknown color: approx Orchid. HEX triplet: C6, 7B and D2. RGB value is (198,123,210). Sum of RGB (Red+Green+Blue) = 198+123+210=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #C67BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BD2 is #39842D. Grayscale: #9B9B9B. Windows color (decimal): -3769390 or 13794246. OLE color: 13794246.

HSL color Cylindrical-coordinate representation of color #C67BD2: hue angle of 291.72º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67BD2 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB198123210-
CMYK0.060.4100.18
HSL291.72º49.15%65.29%-
HSV(B)291.72º41.43%82.35%-
XYZ4230.8264.71-
YUV155.34158.85158.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 37.29%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 210 (82.42% from 255) = 39.55%
R=37.29%
G=23.16%
B=39.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1981232100.060.4100.18291.7249.1565.29
HexC67BD26290121243141
Octal30617332265102244461101
Binary110001101111011110100101101010010100101001001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BD2; }

 p { color: rgb(198,123,210); }

 H1.HeaderClassName
 {
   color: #C67BD2;
 }
 .AnyTagClassName
 {
   color: #C67BD2;
 }
</style>
background-color css

<style>
 a { background-color: #C67BD2; }

 a { background-color: rgb(198,123,210); }

 div.DivClassName
 {
   background-color: #C67BD2;
 }
 .BgClassName
 {
   background-color: #C67BD2;
 }
</style>
border-color css

<style>
 span { border-color: #C67BD2; }

 span { border-color: rgb(198,123,210); }

 td.TdClassName
 {
   border-color: #C67BD2;
 }
 .TagClassName
 {
   border-color: #C67BD2;
 }
</style>