#CF7FE4

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

Shades of Orchid #CF7FE4

Tints of Orchid #CF7FE4

Color information

#CF7FE4 (or 0xCF7FE4) is unknown color: approx Orchid. HEX triplet: CF, 7F and E4. RGB value is (207,127,228). Sum of RGB (Red+Green+Blue) = 207+127+228=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF7FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FE4 is #30801B. Grayscale: #A2A2A2. Windows color (decimal): -3178524 or 14974927. OLE color: 14974927.

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

Color convert

RGB207127228-
CMYK0.090.4400.11
HSL287.52º65.16%69.61%-
HSV(B)287.52º44.3%89.41%-
XYZ47.3334.0577.48-
YUV162.43165159.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 228 (89.45% from 255) = 40.57%
R=36.83%
G=22.60%
B=40.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071272280.090.4400.11287.5265.1669.61
HexCF7FE492C0B1204146
Octal3171773441154013440101106
Binary1100111111111111110010010011011000101110010000010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7FE4; }

 p { color: rgb(207,127,228); }

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

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

 a { background-color: rgb(207,127,228); }

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

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

 span { border-color: rgb(207,127,228); }

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