Html Css Color HEX #CC5FDC Medium Orchid

📋 copy color: '#CC5FDC'

red 204 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #CC5FDC

Tints of Medium Orchid #CC5FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.3%

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

R = 39.31%
G = 18.3%
B = 42.39%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC5FDC (or 0xCC5FDC) is known color: Medium Orchid. HEX triplet: CC, 5F and DC. RGB value is (204,95,220). Sum of RGB (Red+Green+Blue) = 204+95+220=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FDC is #33A023. Grayscale: #8D8D8D. Windows color (decimal): -3383332 or 14442444. OLE color: 14442444.

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

Color convert

RGB 204 95 220 -
CMYK 0.07 0.57 0 0.14
HSL 292.32º 0.64% 0.62% -
HSV(B) 292.32º 0.57% 0.86% -
XYZ 41.91 26.19 70.56 -
YUV 141.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 204 95 220 0.07 0.57 0 0.14 292.32 0.64 0.62
Hex CC 5F DC 7 39 0 E 124 40 3E
Octal 314 137 334 7 71 0 16 444 100 76
Binary 11001100 1011111 11011100 111 111001 0 1110 100100100 1000000 111110

Color Harmonies of #CC5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FDC

Black with #CC5FDC

Text Example


Text Example

White with #CC5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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