Html Css Color HEX #C130DA Medium Orchid

📋 copy color: '#C130DA'

red 193 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #C130DA

Tints of Medium Orchid #C130DA

RGB

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

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

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

R = 42.05%
G = 10.46%
B = 47.49%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C130DA (or 0xC130DA) is known color: Medium Orchid. HEX triplet: C1, 30 and DA. RGB value is (193,48,218). Sum of RGB (Red+Green+Blue) = 193+48+218=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C130DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130DA is #3ECF25. Grayscale: #6E6E6E. Windows color (decimal): -4116262 or 14299329. OLE color: 14299329.

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

Color convert

RGB 193 48 218 -
CMYK 0.11 0.78 0 0.15
HSL 291.18º 0.7% 0.52% -
HSV(B) 291.18º 0.78% 0.85% -
XYZ 35.7 18.51 68.02 -
YUV 110.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 193 48 218 0.11 0.78 0 0.15 291.18 0.7 0.52
Hex C1 30 DA B 4E 0 F 123 46 34
Octal 301 60 332 13 116 0 17 443 106 64
Binary 11000001 110000 11011010 1011 1001110 0 1111 100100011 1000110 110100

Color Harmonies of #C130DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C130DA

Black with #C130DA

Text Example


Text Example

White with #C130DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C130DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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