Html Css Color HEX #CD31DB Medium Orchid

📋 copy color: '#CD31DB'

red 205 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #CD31DB

Tints of Medium Orchid #CD31DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 43.34%
G = 10.36%
B = 46.3%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD31DB (or 0xCD31DB) is known color: Medium Orchid. HEX triplet: CD, 31 and DB. RGB value is (205,49,219). Sum of RGB (Red+Green+Blue) = 205+49+219=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD31DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31DB is #32CE24. Grayscale: #727272. Windows color (decimal): -3329573 or 14365133. OLE color: 14365133.

HSL color Cylindrical-coordinate representation of color #CD31DB: hue angle of 295.06º degrees, saturation: 0.7, 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 #CD31DB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 49 219 -
CMYK 0.06 0.78 0 0.14
HSL 295.06º 0.7% 0.53% -
HSV(B) 295.06º 0.78% 0.86% -
XYZ 39.06 20.29 68.88 -
YUV 115.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 205 49 219 0.06 0.78 0 0.14 295.06 0.7 0.53
Hex CD 31 DB 6 4E 0 E 127 46 35
Octal 315 61 333 6 116 0 16 447 106 65
Binary 11001101 110001 11011011 110 1001110 0 1110 100100111 1000110 110101

Color Harmonies of #CD31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31DB

Black with #CD31DB

Text Example


Text Example

White with #CD31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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