Html Css Color HEX #C030D4 Medium Orchid

📋 copy color: '#C030D4'

red 192 ◦ green 48 ◦ blue 212

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

Shades of Medium Orchid #C030D4

Tints of Medium Orchid #C030D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.9%

R = 42.48%
G = 10.62%
B = 46.9%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C030D4 (or 0xC030D4) is known color: Medium Orchid. HEX triplet: C0, 30 and D4. RGB value is (192,48,212). Sum of RGB (Red+Green+Blue) = 192+48+212=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #C030D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030D4 is #3FCF2B. Grayscale: #6D6D6D. Windows color (decimal): -4181804 or 13906112. OLE color: 13906112.

HSL color Cylindrical-coordinate representation of color #C030D4: hue angle of 292.68º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C030D4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 48 212 -
CMYK 0.09 0.77 0 0.17
HSL 292.68º 0.66% 0.51% -
HSV(B) 292.68º 0.77% 0.83% -
XYZ 34.68 18.07 63.95 -
YUV 109.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 192 48 212 0.09 0.77 0 0.17 292.68 0.66 0.51
Hex C0 30 D4 9 4D 0 11 125 42 33
Octal 300 60 324 11 115 0 21 445 102 63
Binary 11000000 110000 11010100 1001 1001101 0 10001 100100101 1000010 110011

Color Harmonies of #C030D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C030D4

Black with #C030D4

Text Example


Text Example

White with #C030D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C030D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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