#CF69DE

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

Shades of Orchid #CF69DE

Tints of Orchid #CF69DE

Color information

#CF69DE (or 0xCF69DE) is unknown color: approx Orchid. HEX triplet: CF, 69 and DE. RGB value is (207,105,222). Sum of RGB (Red+Green+Blue) = 207+105+222=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF69DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69DE is #309621. Grayscale: #949494. Windows color (decimal): -3184162 or 14576079. OLE color: 14576079.

HSL color Cylindrical-coordinate representation of color #CF69DE: hue angle of 292.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF69DE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207105222-
CMYK0.070.5300.13
HSL292.31º63.93%64.12%-
HSV(B)292.31º52.7%87.06%-
XYZ43.9728.6472.32-
YUV148.84169.29169.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.76%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=38.76%
G=19.66%
B=41.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071052220.070.5300.13292.3163.9364.12
HexCF69DE7350D1244040
Octal317151336765015444100100
Binary110011111101001110111101111101010110110010010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF69DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF69DE; }

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

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

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

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

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

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

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

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