Html Css Color HEX #CC50D8 Medium Orchid

📋 copy color: '#CC50D8'

red 204 ◦ green 80 ◦ blue 216

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

Shades of Medium Orchid #CC50D8

Tints of Medium Orchid #CC50D8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 40.8%
G = 16%
B = 43.2%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC50D8 (or 0xCC50D8) is known color: Medium Orchid. HEX triplet: CC, 50 and D8. RGB value is (204,80,216). Sum of RGB (Red+Green+Blue) = 204+80+216=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC50D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50D8 is #33AF27. Grayscale: #848484. Windows color (decimal): -3387176 or 14176460. OLE color: 14176460.

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

Color convert

RGB 204 80 216 -
CMYK 0.06 0.63 0 0.15
HSL 294.71º 0.64% 0.58% -
HSV(B) 294.71º 0.63% 0.85% -
XYZ 40.17 23.53 67.39 -
YUV 132.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 204 80 216 0.06 0.63 0 0.15 294.71 0.64 0.58
Hex CC 50 D8 6 3F 0 F 127 40 3A
Octal 314 120 330 6 77 0 17 447 100 72
Binary 11001100 1010000 11011000 110 111111 0 1111 100100111 1000000 111010

Color Harmonies of #CC50D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50D8

Black with #CC50D8

Text Example


Text Example

White with #CC50D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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