#CD65CF

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

Shades of Orchid #CD65CF

Tints of Orchid #CD65CF

Color information

#CD65CF (or 0xCD65CF) is unknown color: approx Orchid. HEX triplet: CD, 65 and CF. RGB value is (205,101,207). Sum of RGB (Red+Green+Blue) = 205+101+207=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65CF is #329A30. Grayscale: #8F8F8F. Windows color (decimal): -3316273 or 13592013. OLE color: 13592013.

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

Color convert

RGB205101207-
CMYK0.010.5100.19
HSL298.87º52.48%60.39%-
HSV(B)298.87º51.21%81.18%-
XYZ41.0926.7962.04-
YUV144.18163.46171.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=39.96%
G=19.69%
B=40.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051012070.010.5100.19298.8752.4860.39
HexCD65CF13301312b343c
Octal3151453171630234536474
Binary110011011100101110011111110011010011100101011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD65CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD65CF; }

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

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

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

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

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

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

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

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