Html Css Color HEX #CC31EA Medium Orchid

📋 copy color: '#CC31EA'

red 204 ◦ green 49 ◦ blue 234

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

Shades of Medium Orchid #CC31EA

Tints of Medium Orchid #CC31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 41.89%
G = 10.06%
B = 48.05%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC31EA (or 0xCC31EA) is known color: Medium Orchid. HEX triplet: CC, 31 and EA. RGB value is (204,49,234). Sum of RGB (Red+Green+Blue) = 204+49+234=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC31EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31EA is #33CE15. Grayscale: #737373. Windows color (decimal): -3395094 or 15348172. OLE color: 15348172.

HSL color Cylindrical-coordinate representation of color #CC31EA: hue angle of 290.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC31EA is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 49 234 -
CMYK 0.13 0.79 0 0.08
HSL 290.27º 0.81% 0.55% -
HSV(B) 290.27º 0.79% 0.92% -
XYZ 40.85 20.97 79.74 -
YUV 116.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 204 49 234 0.13 0.79 0 0.08 290.27 0.81 0.55
Hex CC 31 EA D 4F 0 8 122 51 37
Octal 314 61 352 15 117 0 10 442 121 67
Binary 11001100 110001 11101010 1101 1001111 0 1000 100100010 1010001 110111

Color Harmonies of #CC31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31EA

Black with #CC31EA

Text Example


Text Example

White with #CC31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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