Html Css Color HEX #CD31DD Medium Orchid

📋 copy color: '#CD31DD'

red 205 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #CD31DD

Tints of Medium Orchid #CD31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 43.16%
G = 10.32%
B = 46.53%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD31DD (or 0xCD31DD) is known color: Medium Orchid. HEX triplet: CD, 31 and DD. RGB value is (205,49,221). Sum of RGB (Red+Green+Blue) = 205+49+221=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD31DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31DD is #32CE22. Grayscale: #727272. Windows color (decimal): -3329571 or 14496205. OLE color: 14496205.

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

Color convert

RGB 205 49 221 -
CMYK 0.07 0.78 0 0.13
HSL 294.42º 0.72% 0.53% -
HSV(B) 294.42º 0.78% 0.87% -
XYZ 39.33 20.4 70.27 -
YUV 115.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 205 49 221 0.07 0.78 0 0.13 294.42 0.72 0.53
Hex CD 31 DD 7 4E 0 D 126 48 35
Octal 315 61 335 7 116 0 15 446 110 65
Binary 11001101 110001 11011101 111 1001110 0 1101 100100110 1001000 110101

Color Harmonies of #CD31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31DD

Black with #CD31DD

Text Example


Text Example

White with #CD31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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