Html Css Color HEX #CC31EE Medium Orchid

📋 copy color: '#CC31EE'

red 204 ◦ green 49 ◦ blue 238

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

Shades of Medium Orchid #CC31EE

Tints of Medium Orchid #CC31EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 41.55%
G = 9.98%
B = 48.47%

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

#CC31EE (or 0xCC31EE) is known color: Medium Orchid. HEX triplet: CC, 31 and EE. RGB value is (204,49,238). Sum of RGB (Red+Green+Blue) = 204+49+238=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC31EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31EE is #33CE11. Grayscale: #747474. Windows color (decimal): -3395090 or 15610316. OLE color: 15610316.

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

Color convert

RGB 204 49 238 -
CMYK 0.14 0.79 0 0.07
HSL 289.21º 0.85% 0.56% -
HSV(B) 289.21º 0.79% 0.93% -
XYZ 41.43 21.21 82.8 -
YUV 116.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 204 49 238 0.14 0.79 0 0.07 289.21 0.85 0.56
Hex CC 31 EE E 4F 0 7 121 55 38
Octal 314 61 356 16 117 0 7 441 125 70
Binary 11001100 110001 11101110 1110 1001111 0 111 100100001 1010101 111000

Color Harmonies of #CC31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31EE

Black with #CC31EE

Text Example


Text Example

White with #CC31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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