Html Css Color HEX #C045EF Medium Orchid

📋 copy color: '#C045EF'

red 192 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #C045EF

Tints of Medium Orchid #C045EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 38.4%
G = 13.8%
B = 47.8%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C045EF (or 0xC045EF) is known color: Medium Orchid. HEX triplet: C0, 45 and EF. RGB value is (192,69,239). Sum of RGB (Red+Green+Blue) = 192+69+239=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #C045EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045EF is #3FBA10. Grayscale: #7C7C7C. Windows color (decimal): -4176401 or 15680960. OLE color: 15680960.

HSL color Cylindrical-coordinate representation of color #C045EF: hue angle of 283.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C045EF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 69 239 -
CMYK 0.20 0.71 0 0.06
HSL 283.41º 0.84% 0.6% -
HSV(B) 283.41º 0.71% 0.94% -
XYZ 39.45 21.69 83.77 -
YUV 125.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 192 69 239 0.20 0.71 0 0.06 283.41 0.84 0.6
Hex C0 45 EF 14 47 0 6 11B 54 3C
Octal 300 105 357 24 107 0 6 433 124 74
Binary 11000000 1000101 11101111 10100 1000111 0 110 100011011 1010100 111100

Color Harmonies of #C045EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045EF

Black with #C045EF

Text Example


Text Example

White with #C045EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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