#CD63D1

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

Shades of Orchid #CD63D1

Tints of Orchid #CD63D1

Color information

#CD63D1 (or 0xCD63D1) is unknown color: approx Orchid. HEX triplet: CD, 63 and D1. RGB value is (205,99,209). Sum of RGB (Red+Green+Blue) = 205+99+209=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63D1 is #329C2E. Grayscale: #8E8E8E. Windows color (decimal): -3316783 or 13722573. OLE color: 13722573.

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

Color convert

RGB20599209-
CMYK0.020.5300.18
HSL297.82º54.46%60.39%-
HSV(B)297.82º52.63%81.96%-
XYZ41.1526.5163.27-
YUV143.23165.12172.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=39.96%
G=19.30%
B=40.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal205992090.020.5300.18297.8254.4660.39
HexCD63D123501212a363c
Octal3151433212650224526674
Binary1100110111000111101000110110101010010100101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD63D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD63D1; }

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

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

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

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

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

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

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

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