Html Css Color HEX #CD31EC Medium Orchid

📋 copy color: '#CD31EC'

red 205 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #CD31EC

Tints of Medium Orchid #CD31EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 41.84%
G = 10%
B = 48.16%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD31EC (or 0xCD31EC) is known color: Medium Orchid. HEX triplet: CD, 31 and EC. RGB value is (205,49,236). Sum of RGB (Red+Green+Blue) = 205+49+236=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD31EC is #32CE13. Grayscale: #747474. Windows color (decimal): -3329556 or 15479245. OLE color: 15479245.

HSL color Cylindrical-coordinate representation of color #CD31EC: hue angle of 290.05º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD31EC is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 49 236 -
CMYK 0.13 0.79 0 0.07
HSL 290.05º 0.83% 0.56% -
HSV(B) 290.05º 0.79% 0.93% -
XYZ 41.42 21.23 81.27 -
YUV 116.96 195.18 190.79 -
System Red Green Blue C M Y K H S L
Decimal 205 49 236 0.13 0.79 0 0.07 290.05 0.83 0.56
Hex CD 31 EC D 4F 0 7 122 53 38
Octal 315 61 354 15 117 0 7 442 123 70
Binary 11001101 110001 11101100 1101 1001111 0 111 100100010 1010011 111000

Color Harmonies of #CD31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD31EC

Black with #CD31EC

Text Example


Text Example

White with #CD31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD31EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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