Html Css Color HEX #C04EEA Medium Orchid

📋 copy color: '#C04EEA'

red 192 ◦ green 78 ◦ blue 234

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

Shades of Medium Orchid #C04EEA

Tints of Medium Orchid #C04EEA

RGB

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

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

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

R = 38.1%
G = 15.48%
B = 46.43%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C04EEA (or 0xC04EEA) is known color: Medium Orchid. HEX triplet: C0, 4E and EA. RGB value is (192,78,234). Sum of RGB (Red+Green+Blue) = 192+78+234=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04EEA is #3FB115. Grayscale: #818181. Windows color (decimal): -4174102 or 15355584. OLE color: 15355584.

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

Color convert

RGB 192 78 234 -
CMYK 0.18 0.67 0 0.08
HSL 283.85º 0.79% 0.61% -
HSV(B) 283.85º 0.67% 0.92% -
XYZ 39.31 22.6 80.13 -
YUV 129.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 192 78 234 0.18 0.67 0 0.08 283.85 0.79 0.61
Hex C0 4E EA 12 43 0 8 11C 4F 3D
Octal 300 116 352 22 103 0 10 434 117 75
Binary 11000000 1001110 11101010 10010 1000011 0 1000 100011100 1001111 111101

Color Harmonies of #C04EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EEA

Black with #C04EEA

Text Example


Text Example

White with #C04EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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