Html Css Color HEX #C045EB Medium Orchid

📋 copy color: '#C045EB'

red 192 ◦ green 69 ◦ blue 235

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

Shades of Medium Orchid #C045EB

Tints of Medium Orchid #C045EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 38.71%
G = 13.91%
B = 47.38%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C045EB (or 0xC045EB) is known color: Medium Orchid. HEX triplet: C0, 45 and EB. RGB value is (192,69,235). Sum of RGB (Red+Green+Blue) = 192+69+235=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C045EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045EB is #3FBA14. Grayscale: #7C7C7C. Windows color (decimal): -4176405 or 15418816. OLE color: 15418816.

HSL color Cylindrical-coordinate representation of color #C045EB: hue angle of 284.46º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C045EB is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 69 235 -
CMYK 0.18 0.71 0 0.08
HSL 284.46º 0.81% 0.6% -
HSV(B) 284.46º 0.71% 0.92% -
XYZ 38.86 21.46 80.69 -
YUV 124.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 192 69 235 0.18 0.71 0 0.08 284.46 0.81 0.6
Hex C0 45 EB 12 47 0 8 11C 51 3C
Octal 300 105 353 22 107 0 10 434 121 74
Binary 11000000 1000101 11101011 10010 1000111 0 1000 100011100 1010001 111100

Color Harmonies of #C045EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045EB

Black with #C045EB

Text Example


Text Example

White with #C045EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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