Html Css Color HEX #C042ED Medium Orchid

📋 copy color: '#C042ED'

red 192 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #C042ED

Tints of Medium Orchid #C042ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.33%

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 38.79%
G = 13.33%
B = 47.88%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C042ED (or 0xC042ED) is known color: Medium Orchid. HEX triplet: C0, 42 and ED. RGB value is (192,66,237). Sum of RGB (Red+Green+Blue) = 192+66+237=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #C042ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042ED is #3FBD12. Grayscale: #7A7A7A. Windows color (decimal): -4177171 or 15549120. OLE color: 15549120.

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

Color convert

RGB 192 66 237 -
CMYK 0.19 0.72 0 0.07
HSL 284.21º 0.83% 0.59% -
HSV(B) 284.21º 0.72% 0.93% -
XYZ 38.97 21.22 82.16 -
YUV 123.17 192.24 177.1 -
System Red Green Blue C M Y K H S L
Decimal 192 66 237 0.19 0.72 0 0.07 284.21 0.83 0.59
Hex C0 42 ED 13 48 0 7 11C 53 3B
Octal 300 102 355 23 110 0 7 434 123 73
Binary 11000000 1000010 11101101 10011 1001000 0 111 100011100 1010011 111011

Color Harmonies of #C042ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042ED

Black with #C042ED

Text Example


Text Example

White with #C042ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042ED; }

 p { color: rgb(192,66,237); }

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

background-color css

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

 a { background-color: rgb(192,66,237); }

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

border-color css

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

 span { border-color: rgb(192,66,237); }

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