Html Css Color HEX #CD5AD8 Medium Orchid

📋 copy color: '#CD5AD8'

red 205 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #CD5AD8

Tints of Medium Orchid #CD5AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.61%

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 40.12%
G = 17.61%
B = 42.27%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD5AD8 (or 0xCD5AD8) is known color: Medium Orchid. HEX triplet: CD, 5A and D8. RGB value is (205,90,216). Sum of RGB (Red+Green+Blue) = 205+90+216=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AD8 is #32A527. Grayscale: #8A8A8A. Windows color (decimal): -3319080 or 14179021. OLE color: 14179021.

HSL color Cylindrical-coordinate representation of color #CD5AD8: hue angle of 294.76º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5AD8 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 90 216 -
CMYK 0.05 0.58 0 0.15
HSL 294.76º 0.62% 0.6% -
HSV(B) 294.76º 0.58% 0.85% -
XYZ 41.23 25.25 67.67 -
YUV 138.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 205 90 216 0.05 0.58 0 0.15 294.76 0.62 0.6
Hex CD 5A D8 5 3A 0 F 127 3E 3C
Octal 315 132 330 5 72 0 17 447 76 74
Binary 11001101 1011010 11011000 101 111010 0 1111 100100111 111110 111100

Color Harmonies of #CD5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AD8

Black with #CD5AD8

Text Example


Text Example

White with #CD5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AD8; }

 p { color: rgb(205,90,216); }

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

background-color css

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

 a { background-color: rgb(205,90,216); }

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

border-color css

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

 span { border-color: rgb(205,90,216); }

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