Html Css Color HEX #C03EDA Medium Orchid

📋 copy color: '#C03EDA'

red 192 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #C03EDA

Tints of Medium Orchid #C03EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.14%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 40.68%
G = 13.14%
B = 46.19%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C03EDA (or 0xC03EDA) is known color: Medium Orchid. HEX triplet: C0, 3E and DA. RGB value is (192,62,218). Sum of RGB (Red+Green+Blue) = 192+62+218=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #C03EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03EDA is #3FC125. Grayscale: #767676. Windows color (decimal): -4178214 or 14302912. OLE color: 14302912.

HSL color Cylindrical-coordinate representation of color #C03EDA: hue angle of 290º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03EDA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 62 218 -
CMYK 0.12 0.72 0 0.15
HSL 290º 0.68% 0.55% -
HSV(B) 290º 0.72% 0.85% -
XYZ 36.12 19.71 68.23 -
YUV 118.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 192 62 218 0.12 0.72 0 0.15 290 0.68 0.55
Hex C0 3E DA C 48 0 F 122 44 37
Octal 300 76 332 14 110 0 17 442 104 67
Binary 11000000 111110 11011010 1100 1001000 0 1111 100100010 1000100 110111

Color Harmonies of #C03EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03EDA

Black with #C03EDA

Text Example


Text Example

White with #C03EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03EDA; }

 p { color: rgb(192,62,218); }

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

background-color css

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

 a { background-color: rgb(192,62,218); }

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

border-color css

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

 span { border-color: rgb(192,62,218); }

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