#CC63D2

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

Shades of Orchid #CC63D2

Tints of Orchid #CC63D2

Color information

#CC63D2 (or 0xCC63D2) is unknown color: approx Orchid. HEX triplet: CC, 63 and D2. RGB value is (204,99,210). Sum of RGB (Red+Green+Blue) = 204+99+210=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC63D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D2 is #339C2D. Grayscale: #8E8E8E. Windows color (decimal): -3382318 or 13788108. OLE color: 13788108.

HSL color Cylindrical-coordinate representation of color #CC63D2: hue angle of 296.76º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC63D2 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20499210-
CMYK0.030.5300.18
HSL296.76º55.22%60.59%-
HSV(B)296.76º52.86%82.35%-
XYZ4126.4163.91-
YUV143.05165.79171.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=39.77%
G=19.30%
B=40.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204992100.030.5300.18296.7655.2260.59
HexCC63D2335012129373d
Octal3141433223650224516775
Binary1100110011000111101001011110101010010100101001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63D2; }

 p { color: rgb(204,99,210); }

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

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

 a { background-color: rgb(204,99,210); }

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

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

 span { border-color: rgb(204,99,210); }

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