Html Css Color HEX #CC5BDC Medium Orchid

📋 copy color: '#CC5BDC'

red 204 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #CC5BDC

Tints of Medium Orchid #CC5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.67%

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 39.61%
G = 17.67%
B = 42.72%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC5BDC (or 0xCC5BDC) is known color: Medium Orchid. HEX triplet: CC, 5B and DC. RGB value is (204,91,220). Sum of RGB (Red+Green+Blue) = 204+91+220=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 91 (35.94% from 255 or 17.67% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BDC is #33A423. Grayscale: #8B8B8B. Windows color (decimal): -3384356 or 14441420. OLE color: 14441420.

HSL color Cylindrical-coordinate representation of color #CC5BDC: hue angle of 292.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5BDC is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 91 220 -
CMYK 0.07 0.59 0 0.14
HSL 292.56º 0.65% 0.61% -
HSV(B) 292.56º 0.59% 0.86% -
XYZ 41.56 25.49 70.44 -
YUV 139.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 204 91 220 0.07 0.59 0 0.14 292.56 0.65 0.61
Hex CC 5B DC 7 3B 0 E 125 41 3D
Octal 314 133 334 7 73 0 16 445 101 75
Binary 11001100 1011011 11011100 111 111011 0 1110 100100101 1000001 111101

Color Harmonies of #CC5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BDC

Black with #CC5BDC

Text Example


Text Example

White with #CC5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BDC; }

 p { color: rgb(204,91,220); }

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

background-color css

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

 a { background-color: rgb(204,91,220); }

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

border-color css

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

 span { border-color: rgb(204,91,220); }

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