Html Css Color HEX #CC5ED8 Medium Orchid

📋 copy color: '#CC5ED8'

red 204 ◦ green 94 ◦ blue 216

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

Shades of Medium Orchid #CC5ED8

Tints of Medium Orchid #CC5ED8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.29%

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

R = 39.69%
G = 18.29%
B = 42.02%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC5ED8 (or 0xCC5ED8) is known color: Medium Orchid. HEX triplet: CC, 5E and D8. RGB value is (204,94,216). Sum of RGB (Red+Green+Blue) = 204+94+216=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC5ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ED8 is #33A127. Grayscale: #8C8C8C. Windows color (decimal): -3383592 or 14180044. OLE color: 14180044.

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

Color convert

RGB 204 94 216 -
CMYK 0.06 0.56 0 0.15
HSL 294.1º 0.61% 0.61% -
HSV(B) 294.1º 0.56% 0.85% -
XYZ 41.3 25.8 67.77 -
YUV 140.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 204 94 216 0.06 0.56 0 0.15 294.1 0.61 0.61
Hex CC 5E D8 6 38 0 F 126 3D 3D
Octal 314 136 330 6 70 0 17 446 75 75
Binary 11001100 1011110 11011000 110 111000 0 1111 100100110 111101 111101

Color Harmonies of #CC5ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5ED8

Black with #CC5ED8

Text Example


Text Example

White with #CC5ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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