Html Css Color HEX #CD31DC Medium Orchid

📋 copy color: '#CD31DC'

red 205 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #CD31DC

Tints of Medium Orchid #CD31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

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

R = 43.25%
G = 10.34%
B = 46.41%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD31DC (or 0xCD31DC) is known color: Medium Orchid. HEX triplet: CD, 31 and DC. RGB value is (205,49,220). Sum of RGB (Red+Green+Blue) = 205+49+220=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31DC is #32CE23. Grayscale: #727272. Windows color (decimal): -3329572 or 14430669. OLE color: 14430669.

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

Color convert

RGB 205 49 220 -
CMYK 0.07 0.78 0 0.14
HSL 294.74º 0.71% 0.53% -
HSV(B) 294.74º 0.78% 0.86% -
XYZ 39.19 20.34 69.57 -
YUV 115.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 205 49 220 0.07 0.78 0 0.14 294.74 0.71 0.53
Hex CD 31 DC 7 4E 0 E 127 47 35
Octal 315 61 334 7 116 0 16 447 107 65
Binary 11001101 110001 11011100 111 1001110 0 1110 100100111 1000111 110101

Color Harmonies of #CD31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31DC

Black with #CD31DC

Text Example


Text Example

White with #CD31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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