#CF65DA

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

Shades of Orchid #CF65DA

Tints of Orchid #CF65DA

Color information

#CF65DA (or 0xCF65DA) is unknown color: approx Orchid. HEX triplet: CF, 65 and DA. RGB value is (207,101,218). Sum of RGB (Red+Green+Blue) = 207+101+218=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DA is #309A25. Grayscale: #919191. Windows color (decimal): -3185190 or 14312911. OLE color: 14312911.

HSL color Cylindrical-coordinate representation of color #CF65DA: hue angle of 294.36º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF65DA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207101218-
CMYK0.050.5400.15
HSL294.36º61.26%62.55%-
HSV(B)294.36º53.67%85.49%-
XYZ43.0427.6369.4-
YUV146.03168.62171.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.35%
GREEN value IS 101 (39.84% from 255) = 19.20%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=39.35%
G=19.20%
B=41.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071012180.050.5400.15294.3661.2662.55
HexCF65DA5360F1263d3f
Octal3171453325660174467577
Binary1100111111001011101101010111011001111100100110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65DA; }

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

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

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

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

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

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

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

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