Html Css Color HEX #C045DD Medium Orchid

📋 copy color: '#C045DD'

red 192 ◦ green 69 ◦ blue 221

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

Shades of Medium Orchid #C045DD

Tints of Medium Orchid #C045DD

RGB

 RED value IS 192 (75.39% from 255) = 39.83%

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

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

R = 39.83%
G = 14.32%
B = 45.85%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C045DD (or 0xC045DD) is known color: Medium Orchid. HEX triplet: C0, 45 and DD. RGB value is (192,69,221). Sum of RGB (Red+Green+Blue) = 192+69+221=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #C045DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045DD is #3FBA22. Grayscale: #7A7A7A. Windows color (decimal): -4176419 or 14501312. OLE color: 14501312.

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

Color convert

RGB 192 69 221 -
CMYK 0.13 0.69 0 0.13
HSL 288.55º 0.69% 0.57% -
HSV(B) 288.55º 0.69% 0.87% -
XYZ 36.92 20.68 70.45 -
YUV 123.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 192 69 221 0.13 0.69 0 0.13 288.55 0.69 0.57
Hex C0 45 DD D 45 0 D 121 45 39
Octal 300 105 335 15 105 0 15 441 105 71
Binary 11000000 1000101 11011101 1101 1000101 0 1101 100100001 1000101 111001

Color Harmonies of #C045DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045DD

Black with #C045DD

Text Example


Text Example

White with #C045DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045DD; }

 p { color: rgb(192,69,221); }

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

background-color css

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

 a { background-color: rgb(192,69,221); }

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

border-color css

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

 span { border-color: rgb(192,69,221); }

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