Html Css Color HEX #CD5AD7 Medium Orchid

📋 copy color: '#CD5AD7'

red 205 ◦ green 90 ◦ blue 215

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

Shades of Medium Orchid #CD5AD7

Tints of Medium Orchid #CD5AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 40.2%
G = 17.65%
B = 42.16%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD5AD7 (or 0xCD5AD7) is known color: Medium Orchid. HEX triplet: CD, 5A and D7. RGB value is (205,90,215). Sum of RGB (Red+Green+Blue) = 205+90+215=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD5AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5AD7 is #32A528. Grayscale: #8A8A8A. Windows color (decimal): -3319081 or 14113485. OLE color: 14113485.

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

Color convert

RGB 205 90 215 -
CMYK 0.05 0.58 0 0.16
HSL 295.2º 0.61% 0.6% -
HSV(B) 295.2º 0.58% 0.84% -
XYZ 41.1 25.2 66.99 -
YUV 138.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 205 90 215 0.05 0.58 0 0.16 295.2 0.61 0.6
Hex CD 5A D7 5 3A 0 10 127 3D 3C
Octal 315 132 327 5 72 0 20 447 75 74
Binary 11001101 1011010 11010111 101 111010 0 10000 100100111 111101 111100

Color Harmonies of #CD5AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5AD7

Black with #CD5AD7

Text Example


Text Example

White with #CD5AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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