#CD65CE

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

Shades of Orchid #CD65CE

Tints of Orchid #CD65CE

Color information

#CD65CE (or 0xCD65CE) is unknown color: approx Orchid. HEX triplet: CD, 65 and CE. RGB value is (205,101,206). Sum of RGB (Red+Green+Blue) = 205+101+206=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65CE is #329A31. Grayscale: #8F8F8F. Windows color (decimal): -3316274 or 13526477. OLE color: 13526477.

HSL color Cylindrical-coordinate representation of color #CD65CE: hue angle of 299.43º 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 #CD65CE is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205101206-
CMYK0.000.5100.19
HSL299.43º51.72%60.2%-
HSV(B)299.43º50.97%80.78%-
XYZ40.9726.7461.39-
YUV144.07162.96171.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 101 (39.84% from 255) = 19.73%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=40.04%
G=19.73%
B=40.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051012060.000.5100.19299.4351.7260.2
HexCD65CE03301312b343c
Octal3151453160630234536474
Binary110011011100101110011100110011010011100101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65CE; }

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

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

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

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

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

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

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

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