#CF69E0

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

Shades of Orchid #CF69E0

Tints of Orchid #CF69E0

Color information

#CF69E0 (or 0xCF69E0) is unknown color: approx Orchid. HEX triplet: CF, 69 and E0. RGB value is (207,105,224). Sum of RGB (Red+Green+Blue) = 207+105+224=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF69E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69E0 is #30961F. Grayscale: #949494. Windows color (decimal): -3184160 or 14707151. OLE color: 14707151.

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

Color convert

RGB207105224-
CMYK0.080.5300.12
HSL291.43º65.75%64.51%-
HSV(B)291.43º53.12%87.84%-
XYZ44.2428.7573.74-
YUV149.06170.29169.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=38.62%
G=19.59%
B=41.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2071052240.080.5300.12291.4365.7564.51
HexCF69E08350C1234241
Octal3171513401065014443102101
Binary1100111111010011110000010001101010110010010001110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69E0; }

 p { color: rgb(207,105,224); }

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

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

 a { background-color: rgb(207,105,224); }

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

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

 span { border-color: rgb(207,105,224); }

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