#CF70E1

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

Shades of Orchid #CF70E1

Tints of Orchid #CF70E1

Color information

#CF70E1 (or 0xCF70E1) is unknown color: approx Orchid. HEX triplet: CF, 70 and E1. RGB value is (207,112,225). Sum of RGB (Red+Green+Blue) = 207+112+225=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF70E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70E1 is #308F1E. Grayscale: #989898. Windows color (decimal): -3182367 or 14774479. OLE color: 14774479.

HSL color Cylindrical-coordinate representation of color #CF70E1: hue angle of 290.44º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF70E1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207112225-
CMYK0.080.5000.12
HSL290.44º65.32%66.08%-
HSV(B)290.44º50.22%88.24%-
XYZ45.1230.2974.7-
YUV153.29168.47166.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=38.05%
G=20.59%
B=41.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071122250.080.5000.12290.4465.3266.08
HexCF70E18320C1224142
Octal3171603411062014442101102
Binary1100111111100001110000110001100100110010010001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF70E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF70E1; }

 p { color: rgb(207,112,225); }

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

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

 a { background-color: rgb(207,112,225); }

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

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

 span { border-color: rgb(207,112,225); }

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