Html Css Color HEX #CC50DD Medium Orchid

📋 copy color: '#CC50DD'

red 204 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #CC50DD

Tints of Medium Orchid #CC50DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 40.4%
G = 15.84%
B = 43.76%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC50DD (or 0xCC50DD) is known color: Medium Orchid. HEX triplet: CC, 50 and DD. RGB value is (204,80,221). Sum of RGB (Red+Green+Blue) = 204+80+221=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50DD is #33AF22. Grayscale: #848484. Windows color (decimal): -3387171 or 14504140. OLE color: 14504140.

HSL color Cylindrical-coordinate representation of color #CC50DD: hue angle of 292.77º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC50DD is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 80 221 -
CMYK 0.08 0.64 0 0.13
HSL 292.77º 0.67% 0.59% -
HSV(B) 292.77º 0.64% 0.87% -
XYZ 40.82 23.8 70.85 -
YUV 133.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 204 80 221 0.08 0.64 0 0.13 292.77 0.67 0.59
Hex CC 50 DD 8 40 0 D 125 43 3B
Octal 314 120 335 10 100 0 15 445 103 73
Binary 11001100 1010000 11011101 1000 1000000 0 1101 100100101 1000011 111011

Color Harmonies of #CC50DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC50DD

Black with #CC50DD

Text Example


Text Example

White with #CC50DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC50DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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