Html Css Color HEX #C04EED Medium Orchid

📋 copy color: '#C04EED'

red 192 ◦ green 78 ◦ blue 237

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

Shades of Medium Orchid #C04EED

Tints of Medium Orchid #C04EED

RGB

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

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

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

R = 37.87%
G = 15.38%
B = 46.75%

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

#C04EED (or 0xC04EED) is known color: Medium Orchid. HEX triplet: C0, 4E and ED. RGB value is (192,78,237). Sum of RGB (Red+Green+Blue) = 192+78+237=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #C04EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EED is #3FB112. Grayscale: #818181. Windows color (decimal): -4174099 or 15552192. OLE color: 15552192.

HSL color Cylindrical-coordinate representation of color #C04EED: hue angle of 283.02º 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 #C04EED is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 78 237 -
CMYK 0.19 0.67 0 0.07
HSL 283.02º 0.82% 0.62% -
HSV(B) 283.02º 0.67% 0.93% -
XYZ 39.75 22.77 82.42 -
YUV 130.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 192 78 237 0.19 0.67 0 0.07 283.02 0.82 0.62
Hex C0 4E ED 13 43 0 7 11B 52 3E
Octal 300 116 355 23 103 0 7 433 122 76
Binary 11000000 1001110 11101101 10011 1000011 0 111 100011011 1010010 111110

Color Harmonies of #C04EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EED

Black with #C04EED

Text Example


Text Example

White with #C04EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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