#CF72E3

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

Shades of Orchid #CF72E3

Tints of Orchid #CF72E3

Color information

#CF72E3 (or 0xCF72E3) is unknown color: approx Orchid. HEX triplet: CF, 72 and E3. RGB value is (207,114,227). Sum of RGB (Red+Green+Blue) = 207+114+227=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF72E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72E3 is #308D1C. Grayscale: #9A9A9A. Windows color (decimal): -3181853 or 14906063. OLE color: 14906063.

HSL color Cylindrical-coordinate representation of color #CF72E3: hue angle of 289.38º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF72E3 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207114227-
CMYK0.090.5000.11
HSL289.38º66.86%66.86%-
HSV(B)289.38º49.78%89.02%-
XYZ45.6130.8576.22-
YUV154.69168.81165.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 114 (44.92% from 255) = 20.80%
BLUE value IS 227 (89.06% from 255) = 41.42%
R=37.77%
G=20.80%
B=41.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071142270.090.5000.11289.3866.8666.86
HexCF72E39320B1214343
Octal3171623431162013441103103
Binary1100111111100101110001110011100100101110010000110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF72E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF72E3; }

 p { color: rgb(207,114,227); }

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

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

 a { background-color: rgb(207,114,227); }

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

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

 span { border-color: rgb(207,114,227); }

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