Html Css Color HEX #C030D1 Medium Orchid

📋 copy color: '#C030D1'

red 192 ◦ green 48 ◦ blue 209

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

Shades of Medium Orchid #C030D1

Tints of Medium Orchid #C030D1

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.69%

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 42.76%
G = 10.69%
B = 46.55%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C030D1 (or 0xC030D1) is known color: Medium Orchid. HEX triplet: C0, 30 and D1. RGB value is (192,48,209). Sum of RGB (Red+Green+Blue) = 192+48+209=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #C030D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030D1 is #3FCF2E. Grayscale: #6C6C6C. Windows color (decimal): -4181807 or 13709504. OLE color: 13709504.

HSL color Cylindrical-coordinate representation of color #C030D1: hue angle of 293.66º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C030D1 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 48 209 -
CMYK 0.08 0.77 0 0.18
HSL 293.66º 0.64% 0.5% -
HSV(B) 293.66º 0.77% 0.82% -
XYZ 34.3 17.92 61.97 -
YUV 109.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 192 48 209 0.08 0.77 0 0.18 293.66 0.64 0.5
Hex C0 30 D1 8 4D 0 12 126 40 32
Octal 300 60 321 10 115 0 22 446 100 62
Binary 11000000 110000 11010001 1000 1001101 0 10010 100100110 1000000 110010

Color Harmonies of #C030D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030D1

Black with #C030D1

Text Example


Text Example

White with #C030D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030D1; }

 p { color: rgb(192,48,209); }

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

background-color css

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

 a { background-color: rgb(192,48,209); }

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

border-color css

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

 span { border-color: rgb(192,48,209); }

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