Html Css Color HEX #C04EEE Medium Orchid

📋 copy color: '#C04EEE'

red 192 ◦ green 78 ◦ blue 238

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

Shades of Medium Orchid #C04EEE

Tints of Medium Orchid #C04EEE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.35%

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

R = 37.8%
G = 15.35%
B = 46.85%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C04EEE (or 0xC04EEE) is known color: Medium Orchid. HEX triplet: C0, 4E and EE. RGB value is (192,78,238). Sum of RGB (Red+Green+Blue) = 192+78+238=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #C04EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EEE is #3FB111. Grayscale: #818181. Windows color (decimal): -4174098 or 15617728. OLE color: 15617728.

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

Color convert

RGB 192 78 238 -
CMYK 0.19 0.67 0 0.07
HSL 282.75º 0.82% 0.62% -
HSV(B) 282.75º 0.67% 0.93% -
XYZ 39.9 22.83 83.19 -
YUV 130.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 192 78 238 0.19 0.67 0 0.07 282.75 0.82 0.62
Hex C0 4E EE 13 43 0 7 11B 52 3E
Octal 300 116 356 23 103 0 7 433 122 76
Binary 11000000 1001110 11101110 10011 1000011 0 111 100011011 1010010 111110

Color Harmonies of #C04EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EEE

Black with #C04EEE

Text Example


Text Example

White with #C04EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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