#CF76DE

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

Shades of Orchid #CF76DE

Tints of Orchid #CF76DE

Color information

#CF76DE (or 0xCF76DE) is unknown color: approx Orchid. HEX triplet: CF, 76 and DE. RGB value is (207,118,222). Sum of RGB (Red+Green+Blue) = 207+118+222=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DE is #308921. Grayscale: #9C9C9C. Windows color (decimal): -3180834 or 14579407. OLE color: 14579407.

HSL color Cylindrical-coordinate representation of color #CF76DE: hue angle of 291.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF76DE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207118222-
CMYK0.070.4700.13
HSL291.35º61.18%66.67%-
HSV(B)291.35º46.85%87.06%-
XYZ45.431.572.79-
YUV156.47164.99164.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 118 (46.48% from 255) = 21.57%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=37.84%
G=21.57%
B=40.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071182220.070.4700.13291.3561.1866.67
HexCF76DE72F0D1233d43
Octal31716633675701544375103
Binary11001111111011011011110111101111011011001000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76DE; }

 p { color: rgb(207,118,222); }

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

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

 a { background-color: rgb(207,118,222); }

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

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

 span { border-color: rgb(207,118,222); }

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