#CD64CA

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

Shades of Orchid #CD64CA

Tints of Orchid #CD64CA

Color information

#CD64CA (or 0xCD64CA) is unknown color: approx Orchid. HEX triplet: CD, 64 and CA. RGB value is (205,100,202). Sum of RGB (Red+Green+Blue) = 205+100+202=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD64CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD64CA is #329B35. Grayscale: #8E8E8E. Windows color (decimal): -3316534 or 13264077. OLE color: 13264077.

HSL color Cylindrical-coordinate representation of color #CD64CA: hue angle of 301.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD64CA is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205100202-
CMYK00.510.010.20
HSL301.71º51.22%59.8%-
HSV(B)301.71º51.22%80.39%-
XYZ40.3926.3658.84-
YUV143.02161.29172.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=40.43%
G=19.72%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510020200.510.010.20301.7151.2259.8
HexCD64CA03311412e333c
Octal3151443120631244566374
Binary110011011100100110010100110011110100100101110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64CA; }

 p { color: rgb(205,100,202); }

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

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

 a { background-color: rgb(205,100,202); }

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

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

 span { border-color: rgb(205,100,202); }

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