Html Css Color HEX #C045EE Medium Orchid

📋 copy color: '#C045EE'

red 192 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #C045EE

Tints of Medium Orchid #C045EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 38.48%
G = 13.83%
B = 47.7%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C045EE (or 0xC045EE) is known color: Medium Orchid. HEX triplet: C0, 45 and EE. RGB value is (192,69,238). Sum of RGB (Red+Green+Blue) = 192+69+238=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #C045EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045EE is #3FBA11. Grayscale: #7C7C7C. Windows color (decimal): -4176402 or 15615424. OLE color: 15615424.

HSL color Cylindrical-coordinate representation of color #C045EE: hue angle of 283.67º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C045EE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 69 238 -
CMYK 0.19 0.71 0 0.07
HSL 283.67º 0.83% 0.6% -
HSV(B) 283.67º 0.71% 0.93% -
XYZ 39.3 21.64 82.99 -
YUV 125.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 192 69 238 0.19 0.71 0 0.07 283.67 0.83 0.6
Hex C0 45 EE 13 47 0 7 11C 53 3C
Octal 300 105 356 23 107 0 7 434 123 74
Binary 11000000 1000101 11101110 10011 1000111 0 111 100011100 1010011 111100

Color Harmonies of #C045EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045EE

Black with #C045EE

Text Example


Text Example

White with #C045EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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