Html Css Color HEX #CC50D5 Medium Orchid

📋 copy color: '#CC50D5'

red 204 ◦ green 80 ◦ blue 213

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

Shades of Medium Orchid #CC50D5

Tints of Medium Orchid #CC50D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 41.05%
G = 16.1%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC50D5 (or 0xCC50D5) is known color: Medium Orchid. HEX triplet: CC, 50 and D5. RGB value is (204,80,213). Sum of RGB (Red+Green+Blue) = 204+80+213=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC50D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50D5 is #33AF2A. Grayscale: #838383. Windows color (decimal): -3387179 or 13979852. OLE color: 13979852.

HSL color Cylindrical-coordinate representation of color #CC50D5: hue angle of 295.94º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC50D5 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 80 213 -
CMYK 0.04 0.62 0 0.16
HSL 295.94º 0.61% 0.57% -
HSV(B) 295.94º 0.62% 0.84% -
XYZ 39.78 23.38 65.37 -
YUV 132.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 204 80 213 0.04 0.62 0 0.16 295.94 0.61 0.57
Hex CC 50 D5 4 3E 0 10 128 3D 39
Octal 314 120 325 4 76 0 20 450 75 71
Binary 11001100 1010000 11010101 100 111110 0 10000 100101000 111101 111001

Color Harmonies of #CC50D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50D5

Black with #CC50D5

Text Example


Text Example

White with #CC50D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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