Html Css Color HEX #C134DA Medium Orchid

📋 copy color: '#C134DA'

red 193 ◦ green 52 ◦ blue 218

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

Shades of Medium Orchid #C134DA

Tints of Medium Orchid #C134DA

RGB

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

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

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

R = 41.68%
G = 11.23%
B = 47.08%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C134DA (or 0xC134DA) is known color: Medium Orchid. HEX triplet: C1, 34 and DA. RGB value is (193,52,218). Sum of RGB (Red+Green+Blue) = 193+52+218=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C134DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134DA is #3ECB25. Grayscale: #707070. Windows color (decimal): -4115238 or 14300353. OLE color: 14300353.

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

Color convert

RGB 193 52 218 -
CMYK 0.11 0.76 0 0.15
HSL 290.96º 0.69% 0.53% -
HSV(B) 290.96º 0.76% 0.85% -
XYZ 35.88 18.86 68.08 -
YUV 113.08 187.21 185 -
System Red Green Blue C M Y K H S L
Decimal 193 52 218 0.11 0.76 0 0.15 290.96 0.69 0.53
Hex C1 34 DA B 4C 0 F 123 45 35
Octal 301 64 332 13 114 0 17 443 105 65
Binary 11000001 110100 11011010 1011 1001100 0 1111 100100011 1000101 110101

Color Harmonies of #C134DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134DA

Black with #C134DA

Text Example


Text Example

White with #C134DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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