#CC65D5

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

Shades of Orchid #CC65D5

Tints of Orchid #CC65D5

Color information

#CC65D5 (or 0xCC65D5) is unknown color: approx Orchid. HEX triplet: CC, 65 and D5. RGB value is (204,101,213). Sum of RGB (Red+Green+Blue) = 204+101+213=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65D5 is #339A2A. Grayscale: #909090. Windows color (decimal): -3381803 or 13985228. OLE color: 13985228.

HSL color Cylindrical-coordinate representation of color #CC65D5: hue angle of 295.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC65D5 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204101213-
CMYK0.040.5300.16
HSL295.18º57.14%61.57%-
HSV(B)295.18º52.58%83.53%-
XYZ41.5726.9565.96-
YUV144.56166.62170.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 101 (39.84% from 255) = 19.50%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=39.38%
G=19.50%
B=41.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041012130.040.5300.16295.1857.1461.57
HexCC65D5435010127393e
Octal3141453254650204477176
Binary11001100110010111010101100110101010000100100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65D5; }

 p { color: rgb(204,101,213); }

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

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

 a { background-color: rgb(204,101,213); }

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

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

 span { border-color: rgb(204,101,213); }

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