#CD63E0

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

Shades of Orchid #CD63E0

Tints of Orchid #CD63E0

Color information

#CD63E0 (or 0xCD63E0) is unknown color: approx Orchid. HEX triplet: CD, 63 and E0. RGB value is (205,99,224). Sum of RGB (Red+Green+Blue) = 205+99+224=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63E0 is #329C1F. Grayscale: #909090. Windows color (decimal): -3316768 or 14705613. OLE color: 14705613.

HSL color Cylindrical-coordinate representation of color #CD63E0: hue angle of 290.88º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CD63E0 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20599224-
CMYK0.080.5600.12
HSL290.88º66.84%63.33%-
HSV(B)290.88º55.8%87.84%-
XYZ43.0927.2873.52-
YUV144.94172.62170.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 99 (39.06% from 255) = 18.75%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=38.83%
G=18.75%
B=42.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal205992240.080.5600.12290.8866.8463.33
HexCD63E08380C123433f
Octal315143340107001444310377
Binary110011011100011111000001000111000011001001000111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD63E0; }

 p { color: rgb(205,99,224); }

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

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

 a { background-color: rgb(205,99,224); }

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

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

 span { border-color: rgb(205,99,224); }

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