Html Css Color HEX #C03ADA Medium Orchid

📋 copy color: '#C03ADA'

red 192 ◦ green 58 ◦ blue 218

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

Shades of Medium Orchid #C03ADA

Tints of Medium Orchid #C03ADA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.39%

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

R = 41.03%
G = 12.39%
B = 46.58%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C03ADA (or 0xC03ADA) is known color: Medium Orchid. HEX triplet: C0, 3A and DA. RGB value is (192,58,218). Sum of RGB (Red+Green+Blue) = 192+58+218=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #C03ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ADA is #3FC525. Grayscale: #737373. Windows color (decimal): -4179238 or 14301888. OLE color: 14301888.

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

Color convert

RGB 192 58 218 -
CMYK 0.12 0.73 0 0.15
HSL 290.25º 0.68% 0.54% -
HSV(B) 290.25º 0.73% 0.85% -
XYZ 35.91 19.29 68.16 -
YUV 116.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 192 58 218 0.12 0.73 0 0.15 290.25 0.68 0.54
Hex C0 3A DA C 49 0 F 122 44 36
Octal 300 72 332 14 111 0 17 442 104 66
Binary 11000000 111010 11011010 1100 1001001 0 1111 100100010 1000100 110110

Color Harmonies of #C03ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03ADA

Black with #C03ADA

Text Example


Text Example

White with #C03ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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