Html Css Color HEX #C045EA Medium Orchid

📋 copy color: '#C045EA'

red 192 ◦ green 69 ◦ blue 234

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

Shades of Medium Orchid #C045EA

Tints of Medium Orchid #C045EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 38.79%
G = 13.94%
B = 47.27%

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

#C045EA (or 0xC045EA) is known color: Medium Orchid. HEX triplet: C0, 45 and EA. RGB value is (192,69,234). Sum of RGB (Red+Green+Blue) = 192+69+234=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C045EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C045EA is #3FBA15. Grayscale: #7C7C7C. Windows color (decimal): -4176406 or 15353280. OLE color: 15353280.

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

Color convert

RGB 192 69 234 -
CMYK 0.18 0.71 0 0.08
HSL 284.73º 0.8% 0.59% -
HSV(B) 284.73º 0.71% 0.92% -
XYZ 38.72 21.4 79.93 -
YUV 124.59 189.75 176.08 -
System Red Green Blue C M Y K H S L
Decimal 192 69 234 0.18 0.71 0 0.08 284.73 0.8 0.59
Hex C0 45 EA 12 47 0 8 11D 50 3B
Octal 300 105 352 22 107 0 10 435 120 73
Binary 11000000 1000101 11101010 10010 1000111 0 1000 100011101 1010000 111011

Color Harmonies of #C045EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C045EA

Black with #C045EA

Text Example


Text Example

White with #C045EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C045EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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