Html Css Color HEX #CD31D8 Medium Orchid

📋 copy color: '#CD31D8'

red 205 ◦ green 49 ◦ blue 216

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

Shades of Medium Orchid #CD31D8

Tints of Medium Orchid #CD31D8

RGB

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

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

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

R = 43.62%
G = 10.43%
B = 45.96%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD31D8 (or 0xCD31D8) is known color: Medium Orchid. HEX triplet: CD, 31 and D8. RGB value is (205,49,216). Sum of RGB (Red+Green+Blue) = 205+49+216=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD31D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31D8 is #32CE27. Grayscale: #727272. Windows color (decimal): -3329576 or 14168525. OLE color: 14168525.

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

Color convert

RGB 205 49 216 -
CMYK 0.05 0.77 0 0.15
HSL 296.05º 0.68% 0.52% -
HSV(B) 296.05º 0.77% 0.85% -
XYZ 38.67 20.13 66.81 -
YUV 114.68 185.18 192.42 -
System Red Green Blue C M Y K H S L
Decimal 205 49 216 0.05 0.77 0 0.15 296.05 0.68 0.52
Hex CD 31 D8 5 4D 0 F 128 44 34
Octal 315 61 330 5 115 0 17 450 104 64
Binary 11001101 110001 11011000 101 1001101 0 1111 100101000 1000100 110100

Color Harmonies of #CD31D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31D8

Black with #CD31D8

Text Example


Text Example

White with #CD31D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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