Html Css Color HEX #C045D8 Medium Orchid

📋 copy color: '#C045D8'

red 192 ◦ green 69 ◦ blue 216

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

Shades of Medium Orchid #C045D8

Tints of Medium Orchid #C045D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 40.25%
G = 14.47%
B = 45.28%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C045D8 (or 0xC045D8) is known color: Medium Orchid. HEX triplet: C0, 45 and D8. RGB value is (192,69,216). Sum of RGB (Red+Green+Blue) = 192+69+216=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #C045D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045D8 is #3FBA27. Grayscale: #7A7A7A. Windows color (decimal): -4176424 or 14173632. OLE color: 14173632.

HSL color Cylindrical-coordinate representation of color #C045D8: hue angle of 290.2º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C045D8 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 69 216 -
CMYK 0.11 0.68 0 0.15
HSL 290.2º 0.65% 0.56% -
HSV(B) 290.2º 0.68% 0.85% -
XYZ 36.26 20.42 67 -
YUV 122.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 192 69 216 0.11 0.68 0 0.15 290.2 0.65 0.56
Hex C0 45 D8 B 44 0 F 122 41 38
Octal 300 105 330 13 104 0 17 442 101 70
Binary 11000000 1000101 11011000 1011 1000100 0 1111 100100010 1000001 111000

Color Harmonies of #C045D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045D8

Black with #C045D8

Text Example


Text Example

White with #C045D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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