#C67CD9

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

Shades of Orchid #C67CD9

Tints of Orchid #C67CD9

Color information

#C67CD9 (or 0xC67CD9) is unknown color: approx Orchid. HEX triplet: C6, 7C and D9. RGB value is (198,124,217). Sum of RGB (Red+Green+Blue) = 198+124+217=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #C67CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CD9 is #398326. Grayscale: #9C9C9C. Windows color (decimal): -3769127 or 14253254. OLE color: 14253254.

HSL color Cylindrical-coordinate representation of color #C67CD9: hue angle of 287.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C67CD9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198124217-
CMYK0.090.4300.15
HSL287.74º55.03%66.86%-
HSV(B)287.74º42.86%85.1%-
XYZ43.0231.4369.44-
YUV156.73162.02157.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.73%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=36.73%
G=23.01%
B=40.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981242170.090.4300.15287.7455.0366.86
HexC67CD992B0F1203743
Octal306174331115301744067103
Binary110001101111100110110011001101011011111001000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67CD9; }

 p { color: rgb(198,124,217); }

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

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

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

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

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

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

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