Html Css Color HEX #C134DB Medium Orchid

📋 copy color: '#C134DB'

red 193 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #C134DB

Tints of Medium Orchid #C134DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.21%

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

R = 41.59%
G = 11.21%
B = 47.2%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C134DB (or 0xC134DB) is known color: Medium Orchid. HEX triplet: C1, 34 and DB. RGB value is (193,52,219). Sum of RGB (Red+Green+Blue) = 193+52+219=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C134DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134DB is #3ECB24. Grayscale: #707070. Windows color (decimal): -4115237 or 14365889. OLE color: 14365889.

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

Color convert

RGB 193 52 219 -
CMYK 0.12 0.76 0 0.14
HSL 290.66º 0.7% 0.53% -
HSV(B) 290.66º 0.76% 0.86% -
XYZ 36.01 18.91 68.77 -
YUV 113.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 193 52 219 0.12 0.76 0 0.14 290.66 0.7 0.53
Hex C1 34 DB C 4C 0 E 123 46 35
Octal 301 64 333 14 114 0 16 443 106 65
Binary 11000001 110100 11011011 1100 1001100 0 1110 100100011 1000110 110101

Color Harmonies of #C134DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134DB

Black with #C134DB

Text Example


Text Example

White with #C134DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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