#CC63D0

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

Shades of Orchid #CC63D0

Tints of Orchid #CC63D0

Color information

#CC63D0 (or 0xCC63D0) is unknown color: approx Orchid. HEX triplet: CC, 63 and D0. RGB value is (204,99,208). Sum of RGB (Red+Green+Blue) = 204+99+208=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D0 is #339C2F. Grayscale: #8E8E8E. Windows color (decimal): -3382320 or 13657036. OLE color: 13657036.

HSL color Cylindrical-coordinate representation of color #CC63D0: hue angle of 297.8º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC63D0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20499208-
CMYK0.020.5200.18
HSL297.8º53.69%60.2%-
HSV(B)297.8º52.4%81.57%-
XYZ40.7526.3262.61-
YUV142.82164.79171.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 99 (39.06% from 255) = 19.37%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=39.92%
G=19.37%
B=40.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204992080.020.5200.18297.853.6960.2
HexCC63D023401212a363c
Octal3141433202640224526674
Binary1100110011000111101000010110100010010100101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC63D0; }

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

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

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

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

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

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

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

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