#CF65CE

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

Shades of Orchid #CF65CE

Tints of Orchid #CF65CE

Color information

#CF65CE (or 0xCF65CE) is unknown color: approx Orchid. HEX triplet: CF, 65 and CE. RGB value is (207,101,206). Sum of RGB (Red+Green+Blue) = 207+101+206=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65CE is #309A31. Grayscale: #909090. Windows color (decimal): -3185202 or 13526479. OLE color: 13526479.

HSL color Cylindrical-coordinate representation of color #CF65CE: hue angle of 300.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF65CE is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207101206-
CMYK00.510.000.19
HSL300.57º52.48%60.39%-
HSV(B)300.57º51.21%81.18%-
XYZ41.5327.0361.42-
YUV144.66162.62172.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=40.27%
G=19.65%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710120600.510.000.19300.5752.4860.39
HexCF65CE03301312d343c
Octal3171453160630234556474
Binary110011111100101110011100110011010011100101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF65CE; }

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

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

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

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

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

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

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

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