Html Css Color HEX #CC45DC Medium Orchid

📋 copy color: '#CC45DC'

red 204 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #CC45DC

Tints of Medium Orchid #CC45DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14%

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

R = 41.38%
G = 14%
B = 44.62%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC45DC (or 0xCC45DC) is known color: Medium Orchid. HEX triplet: CC, 45 and DC. RGB value is (204,69,220). Sum of RGB (Red+Green+Blue) = 204+69+220=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 69 (27.34% from 255 or 14.00% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45DC is #33BA23. Grayscale: #7E7E7E. Windows color (decimal): -3389988 or 14435788. OLE color: 14435788.

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

Color convert

RGB 204 69 220 -
CMYK 0.07 0.69 0 0.14
HSL 293.64º 0.68% 0.57% -
HSV(B) 293.64º 0.69% 0.86% -
XYZ 39.95 22.26 69.9 -
YUV 126.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 204 69 220 0.07 0.69 0 0.14 293.64 0.68 0.57
Hex CC 45 DC 7 45 0 E 126 44 39
Octal 314 105 334 7 105 0 16 446 104 71
Binary 11001100 1000101 11011100 111 1000101 0 1110 100100110 1000100 111001

Color Harmonies of #CC45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC45DC

Black with #CC45DC

Text Example


Text Example

White with #CC45DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC45DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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