Html Css Color HEX #CC31DC Medium Orchid

📋 copy color: '#CC31DC'

red 204 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #CC31DC

Tints of Medium Orchid #CC31DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 43.13%
G = 10.36%
B = 46.51%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC31DC (or 0xCC31DC) is known color: Medium Orchid. HEX triplet: CC, 31 and DC. RGB value is (204,49,220). Sum of RGB (Red+Green+Blue) = 204+49+220=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC31DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31DC is #33CE23. Grayscale: #727272. Windows color (decimal): -3395108 or 14430668. OLE color: 14430668.

HSL color Cylindrical-coordinate representation of color #CC31DC: hue angle of 294.39º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC31DC is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 49 220 -
CMYK 0.07 0.78 0 0.14
HSL 294.39º 0.71% 0.53% -
HSV(B) 294.39º 0.78% 0.86% -
XYZ 38.92 20.2 69.56 -
YUV 114.84 187.35 191.6 -
System Red Green Blue C M Y K H S L
Decimal 204 49 220 0.07 0.78 0 0.14 294.39 0.71 0.53
Hex CC 31 DC 7 4E 0 E 126 47 35
Octal 314 61 334 7 116 0 16 446 107 65
Binary 11001100 110001 11011100 111 1001110 0 1110 100100110 1000111 110101

Color Harmonies of #CC31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC31DC

Black with #CC31DC

Text Example


Text Example

White with #CC31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC31DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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