Html Css Color HEX #CC31F3 Medium Orchid

📋 copy color: '#CC31F3'

red 204 ◦ green 49 ◦ blue 243

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

Shades of Medium Orchid #CC31F3

Tints of Medium Orchid #CC31F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.99%

R = 41.13%
G = 9.88%
B = 48.99%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC31F3 (or 0xCC31F3) is known color: Medium Orchid. HEX triplet: CC, 31 and F3. RGB value is (204,49,243). Sum of RGB (Red+Green+Blue) = 204+49+243=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC31F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31F3 is #33CE0C. Grayscale: #747474. Windows color (decimal): -3395085 or 15937996. OLE color: 15937996.

HSL color Cylindrical-coordinate representation of color #CC31F3: hue angle of 287.94º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC31F3 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 49 243 -
CMYK 0.16 0.80 0 0.05
HSL 287.94º 0.89% 0.57% -
HSV(B) 287.94º 0.8% 0.95% -
XYZ 42.18 21.51 86.72 -
YUV 117.46 198.85 189.73 -
System Red Green Blue C M Y K H S L
Decimal 204 49 243 0.16 0.80 0 0.05 287.94 0.89 0.57
Hex CC 31 F3 10 50 0 5 120 59 39
Octal 314 61 363 20 120 0 5 440 131 71
Binary 11001100 110001 11110011 10000 1010000 0 101 100100000 1011001 111001

Color Harmonies of #CC31F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31F3

Black with #CC31F3

Text Example


Text Example

White with #CC31F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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