Html Css Color HEX #CC3ED8 Medium Orchid

📋 copy color: '#CC3ED8'

red 204 ◦ green 62 ◦ blue 216

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

Shades of Medium Orchid #CC3ED8

Tints of Medium Orchid #CC3ED8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.86%

 BLUE value IS 216 (84.77% from 255) = 44.81%

R = 42.32%
G = 12.86%
B = 44.81%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC3ED8 (or 0xCC3ED8) is known color: Medium Orchid. HEX triplet: CC, 3E and D8. RGB value is (204,62,216). Sum of RGB (Red+Green+Blue) = 204+62+216=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 62 (24.61% from 255 or 12.86% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC3ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ED8 is #33C127. Grayscale: #797979. Windows color (decimal): -3391784 or 14171852. OLE color: 14171852.

HSL color Cylindrical-coordinate representation of color #CC3ED8: hue angle of 295.32º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3ED8 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 62 216 -
CMYK 0.06 0.71 0 0.15
HSL 295.32º 0.66% 0.55% -
HSV(B) 295.32º 0.71% 0.85% -
XYZ 39.02 21.24 67.01 -
YUV 122.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 204 62 216 0.06 0.71 0 0.15 295.32 0.66 0.55
Hex CC 3E D8 6 47 0 F 127 42 37
Octal 314 76 330 6 107 0 17 447 102 67
Binary 11001100 111110 11011000 110 1000111 0 1111 100100111 1000010 110111

Color Harmonies of #CC3ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3ED8

Black with #CC3ED8

Text Example


Text Example

White with #CC3ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3ED8; }

 p { color: rgb(204,62,216); }

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

background-color css

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

 a { background-color: rgb(204,62,216); }

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

border-color css

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

 span { border-color: rgb(204,62,216); }

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