Html Css Color HEX #CD51D8 Medium Orchid

📋 copy color: '#CD51D8'

red 205 ◦ green 81 ◦ blue 216

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

Shades of Medium Orchid #CD51D8

Tints of Medium Orchid #CD51D8

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.14%

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

R = 40.84%
G = 16.14%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD51D8 (or 0xCD51D8) is known color: Medium Orchid. HEX triplet: CD, 51 and D8. RGB value is (205,81,216). Sum of RGB (Red+Green+Blue) = 205+81+216=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD51D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD51D8 is #32AE27. Grayscale: #858585. Windows color (decimal): -3321384 or 14176717. OLE color: 14176717.

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

Color convert

RGB 205 81 216 -
CMYK 0.05 0.62 0 0.15
HSL 295.11º 0.63% 0.58% -
HSV(B) 295.11º 0.63% 0.85% -
XYZ 40.51 23.82 67.43 -
YUV 133.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 205 81 216 0.05 0.62 0 0.15 295.11 0.63 0.58
Hex CD 51 D8 5 3E 0 F 127 3F 3A
Octal 315 121 330 5 76 0 17 447 77 72
Binary 11001101 1010001 11011000 101 111110 0 1111 100100111 111111 111010

Color Harmonies of #CD51D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD51D8

Black with #CD51D8

Text Example


Text Example

White with #CD51D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD51D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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