Html Css Color HEX #CD31DF Medium Orchid

📋 copy color: '#CD31DF'

red 205 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #CD31DF

Tints of Medium Orchid #CD31DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 42.98%
G = 10.27%
B = 46.75%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD31DF (or 0xCD31DF) is known color: Medium Orchid. HEX triplet: CD, 31 and DF. RGB value is (205,49,223). Sum of RGB (Red+Green+Blue) = 205+49+223=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD31DF is #32CE20. Grayscale: #727272. Windows color (decimal): -3329569 or 14627277. OLE color: 14627277.

HSL color Cylindrical-coordinate representation of color #CD31DF: hue angle of 293.79º degrees, saturation: 0.73, 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 #CD31DF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 49 223 -
CMYK 0.08 0.78 0 0.13
HSL 293.79º 0.73% 0.53% -
HSV(B) 293.79º 0.78% 0.87% -
XYZ 39.59 20.5 71.68 -
YUV 115.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 205 49 223 0.08 0.78 0 0.13 293.79 0.73 0.53
Hex CD 31 DF 8 4E 0 D 126 49 35
Octal 315 61 337 10 116 0 15 446 111 65
Binary 11001101 110001 11011111 1000 1001110 0 1101 100100110 1001001 110101

Color Harmonies of #CD31DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31DF

Black with #CD31DF

Text Example


Text Example

White with #CD31DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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