Html Css Color HEX #CD63DC Orchid

📋 copy color: '#CD63DC'

red 205 ◦ green 99 ◦ blue 220

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

Shades of Orchid #CD63DC

Tints of Orchid #CD63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 39.12%
G = 18.89%
B = 41.98%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD63DC (or 0xCD63DC) is known color: Orchid. HEX triplet: CD, 63 and DC. RGB value is (205,99,220). Sum of RGB (Red+Green+Blue) = 205+99+220=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63DC is #329C23. Grayscale: #909090. Windows color (decimal): -3316772 or 14443469. OLE color: 14443469.

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

Color convert

RGB 205 99 220 -
CMYK 0.07 0.55 0 0.14
HSL 292.56º 0.63% 0.63% -
HSV(B) 292.56º 0.55% 0.86% -
XYZ 42.56 27.07 70.69 -
YUV 144.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 205 99 220 0.07 0.55 0 0.14 292.56 0.63 0.63
Hex CD 63 DC 7 37 0 E 125 3F 3F
Octal 315 143 334 7 67 0 16 445 77 77
Binary 11001101 1100011 11011100 111 110111 0 1110 100100101 111111 111111

Color Harmonies of #CD63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63DC

Black with #CD63DC

Text Example


Text Example

White with #CD63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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