Html Css Color HEX #CC31EC Medium Orchid

📋 copy color: '#CC31EC'

red 204 ◦ green 49 ◦ blue 236

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

Shades of Medium Orchid #CC31EC

Tints of Medium Orchid #CC31EC

RGB

 RED value IS 204 (80.08% from 255) = 41.72%

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

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

R = 41.72%
G = 10.02%
B = 48.26%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC31EC (or 0xCC31EC) is known color: Medium Orchid. HEX triplet: CC, 31 and EC. RGB value is (204,49,236). Sum of RGB (Red+Green+Blue) = 204+49+236=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31EC is #33CE13. Grayscale: #747474. Windows color (decimal): -3395092 or 15479244. OLE color: 15479244.

HSL color Cylindrical-coordinate representation of color #CC31EC: hue angle of 289.73º 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 #CC31EC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 49 236 -
CMYK 0.14 0.79 0 0.07
HSL 289.73º 0.83% 0.56% -
HSV(B) 289.73º 0.79% 0.93% -
XYZ 41.14 21.09 81.26 -
YUV 116.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 204 49 236 0.14 0.79 0 0.07 289.73 0.83 0.56
Hex CC 31 EC E 4F 0 7 122 53 38
Octal 314 61 354 16 117 0 7 442 123 70
Binary 11001100 110001 11101100 1110 1001111 0 111 100100010 1010011 111000

Color Harmonies of #CC31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31EC

Black with #CC31EC

Text Example


Text Example

White with #CC31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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