#C67DCD

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

Shades of Orchid #C67DCD

Tints of Orchid #C67DCD

Color information

#C67DCD (or 0xC67DCD) is unknown color: approx Orchid. HEX triplet: C6, 7D and CD. RGB value is (198,125,205). Sum of RGB (Red+Green+Blue) = 198+125+205=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C67DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCD is #398232. Grayscale: #9B9B9B. Windows color (decimal): -3768883 or 13467078. OLE color: 13467078.

HSL color Cylindrical-coordinate representation of color #C67DCD: hue angle of 294.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67DCD is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198125205-
CMYK0.030.3900.20
HSL294.75º44.44%64.71%-
HSV(B)294.75º39.02%80.39%-
XYZ41.6431.0861.56-
YUV155.95155.68158-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 125 (49.22% from 255) = 23.67%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=37.5%
G=23.67%
B=38.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981252050.030.3900.20294.7544.4464.71
HexC67DCD3270141272c41
Octal30617531534702444754101
Binary11000110111110111001101111001110101001001001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DCD; }

 p { color: rgb(198,125,205); }

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

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

 a { background-color: rgb(198,125,205); }

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

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

 span { border-color: rgb(198,125,205); }

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