#C67DC6

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

Shades of Orchid #C67DC6

Tints of Orchid #C67DC6

Color information

#C67DC6 (or 0xC67DC6) is unknown color: approx Orchid. HEX triplet: C6, 7D and C6. RGB value is (198,125,198). Sum of RGB (Red+Green+Blue) = 198+125+198=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 198 (77.73% from 255 or 38.00% from 521); Max value from RGB is 198 - color contains mainly: red, blue. Hex color #C67DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DC6 is #398239. Grayscale: #9A9A9A. Windows color (decimal): -3768890 or 13008326. OLE color: 13008326.

HSL color Cylindrical-coordinate representation of color #C67DC6: hue angle of 300º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DC6 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB198125198-
CMYK00.3700.22
HSL300º39.04%63.33%-
HSV(B)300º36.87%77.65%-
XYZ40.8230.7557.21-
YUV155.15152.18158.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 198 (77.73% from 255) = 38.00%
R=38.00%
G=23.99%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812519800.3700.2230039.0463.33
HexC67DC602501612c273f
Octal3061753060450264544777
Binary110001101111101110001100100101010110100101100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67DC6; }

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

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

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

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

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

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

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

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