#CF7ED4

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

Shades of Orchid #CF7ED4

Tints of Orchid #CF7ED4

Color information

#CF7ED4 (or 0xCF7ED4) is unknown color: approx Orchid. HEX triplet: CF, 7E and D4. RGB value is (207,126,212). Sum of RGB (Red+Green+Blue) = 207+126+212=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF7ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ED4 is #30812B. Grayscale: #9F9F9F. Windows color (decimal): -3178796 or 13926095. OLE color: 13926095.

HSL color Cylindrical-coordinate representation of color #CF7ED4: hue angle of 296.51º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7ED4 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207126212-
CMYK0.020.4100.17
HSL296.51º50%66.27%-
HSV(B)296.51º40.57%83.14%-
XYZ45.0832.9466.27-
YUV160.02157.34161.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=37.98%
G=23.12%
B=38.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071262120.020.4100.17296.515066.27
HexCF7ED42290111293242
Octal31717632425102145162102
Binary11001111111111011010100101010010100011001010011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7ED4; }

 p { color: rgb(207,126,212); }

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

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

 a { background-color: rgb(207,126,212); }

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

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

 span { border-color: rgb(207,126,212); }

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