Html Css Color HEX #CD63DD Orchid

📋 copy color: '#CD63DD'

red 205 ◦ green 99 ◦ blue 221

#CD63DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CD63DD

Tints of Orchid #CD63DD

RGB

 RED value IS 205 (80.47% from 255) = 39.05%

 GREEN value IS 99 (39.06% from 255) = 18.86%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 39.05%
G = 18.86%
B = 42.1%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD63DD (or 0xCD63DD) is known color: Orchid. HEX triplet: CD, 63 and DD. RGB value is (205,99,221). Sum of RGB (Red+Green+Blue) = 205+99+221=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63DD is #329C22. Grayscale: #909090. Windows color (decimal): -3316771 or 14509005. OLE color: 14509005.

HSL color Cylindrical-coordinate representation of color #CD63DD: hue angle of 292.13º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD63DD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 99 221 -
CMYK 0.07 0.55 0 0.13
HSL 292.13º 0.64% 0.63% -
HSV(B) 292.13º 0.55% 0.87% -
XYZ 42.69 27.12 71.39 -
YUV 144.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 205 99 221 0.07 0.55 0 0.13 292.13 0.64 0.63
Hex CD 63 DD 7 37 0 D 124 40 3F
Octal 315 143 335 7 67 0 15 444 100 77
Binary 11001101 1100011 11011101 111 110111 0 1101 100100100 1000000 111111

Color Harmonies of #CD63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63DD

Black with #CD63DD

Text Example


Text Example

White with #CD63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63DD; }

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

 H1.HeaderClassName
 {
   color: #CD63DD;
 }
 .AnyTagClassName
 {
   color: #CD63DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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