#CC65D8

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

Shades of Orchid #CC65D8

Tints of Orchid #CC65D8

Color information

#CC65D8 (or 0xCC65D8) is unknown color: approx Orchid. HEX triplet: CC, 65 and D8. RGB value is (204,101,216). Sum of RGB (Red+Green+Blue) = 204+101+216=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC65D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65D8 is #339A27. Grayscale: #909090. Windows color (decimal): -3381800 or 14181836. OLE color: 14181836.

HSL color Cylindrical-coordinate representation of color #CC65D8: hue angle of 293.74º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC65D8 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204101216-
CMYK0.060.5300.15
HSL293.74º59.59%62.16%-
HSV(B)293.74º53.24%84.71%-
XYZ41.9527.167.99-
YUV144.91168.12170.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 101 (39.84% from 255) = 19.39%
BLUE value IS 216 (84.77% from 255) = 41.46%
R=39.16%
G=19.39%
B=41.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2041012160.060.5300.15293.7459.5962.16
HexCC65D86350F1263c3e
Octal3141453306650174467476
Binary1100110011001011101100011011010101111100100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65D8; }

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

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

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

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

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

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

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

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