#CF65DE

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

Shades of Orchid #CF65DE

Tints of Orchid #CF65DE

Color information

#CF65DE (or 0xCF65DE) is unknown color: approx Orchid. HEX triplet: CF, 65 and DE. RGB value is (207,101,222). Sum of RGB (Red+Green+Blue) = 207+101+222=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF65DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DE is #309A21. Grayscale: #929292. Windows color (decimal): -3185186 or 14575055. OLE color: 14575055.

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

Color convert

RGB207101222-
CMYK0.070.5500.13
HSL292.56º64.71%63.33%-
HSV(B)292.56º54.5%87.06%-
XYZ43.5727.8572.19-
YUV146.49170.62171.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 101 (39.84% from 255) = 19.06%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=39.06%
G=19.06%
B=41.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071012220.070.5500.13292.5664.7163.33
HexCF65DE7370D125413f
Octal31714533676701544510177
Binary11001111110010111011110111110111011011001001011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65DE; }

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

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

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

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

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

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

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

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