Html Css Color HEX #CC3CDC Medium Orchid

📋 copy color: '#CC3CDC'

red 204 ◦ green 60 ◦ blue 220

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

Shades of Medium Orchid #CC3CDC

Tints of Medium Orchid #CC3CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.4%

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

R = 42.15%
G = 12.4%
B = 45.45%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC3CDC (or 0xCC3CDC) is known color: Medium Orchid. HEX triplet: CC, 3C and DC. RGB value is (204,60,220). Sum of RGB (Red+Green+Blue) = 204+60+220=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC3CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3CDC is #33C323. Grayscale: #787878. Windows color (decimal): -3392292 or 14433484. OLE color: 14433484.

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

Color convert

RGB 204 60 220 -
CMYK 0.07 0.73 0 0.14
HSL 294º 0.7% 0.55% -
HSV(B) 294º 0.73% 0.86% -
XYZ 39.44 21.24 69.73 -
YUV 121.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 204 60 220 0.07 0.73 0 0.14 294 0.7 0.55
Hex CC 3C DC 7 49 0 E 126 46 37
Octal 314 74 334 7 111 0 16 446 106 67
Binary 11001100 111100 11011100 111 1001001 0 1110 100100110 1000110 110111

Color Harmonies of #CC3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3CDC

Black with #CC3CDC

Text Example


Text Example

White with #CC3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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