Html Css Color HEX #C130DB Medium Orchid

📋 copy color: '#C130DB'

red 193 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #C130DB

Tints of Medium Orchid #C130DB

RGB

 RED value IS 193 (75.78% from 255) = 41.96%

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 41.96%
G = 10.43%
B = 47.61%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C130DB (or 0xC130DB) is known color: Medium Orchid. HEX triplet: C1, 30 and DB. RGB value is (193,48,219). Sum of RGB (Red+Green+Blue) = 193+48+219=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #C130DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130DB is #3ECF24. Grayscale: #6E6E6E. Windows color (decimal): -4116261 or 14364865. OLE color: 14364865.

HSL color Cylindrical-coordinate representation of color #C130DB: hue angle of 290.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C130DB is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 48 219 -
CMYK 0.12 0.78 0 0.14
HSL 290.88º 0.7% 0.52% -
HSV(B) 290.88º 0.78% 0.86% -
XYZ 35.84 18.57 68.71 -
YUV 110.85 189.04 186.6 -
System Red Green Blue C M Y K H S L
Decimal 193 48 219 0.12 0.78 0 0.14 290.88 0.7 0.52
Hex C1 30 DB C 4E 0 E 123 46 34
Octal 301 60 333 14 116 0 16 443 106 64
Binary 11000001 110000 11011011 1100 1001110 0 1110 100100011 1000110 110100

Color Harmonies of #C130DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130DB

Black with #C130DB

Text Example


Text Example

White with #C130DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130DB; }

 p { color: rgb(193,48,219); }

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

background-color css

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

 a { background-color: rgb(193,48,219); }

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

border-color css

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

 span { border-color: rgb(193,48,219); }

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