Html Css Color HEX #C134D4 Medium Orchid

📋 copy color: '#C134D4'

red 193 ◦ green 52 ◦ blue 212

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

Shades of Medium Orchid #C134D4

Tints of Medium Orchid #C134D4

RGB

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

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

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

R = 42.23%
G = 11.38%
B = 46.39%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C134D4 (or 0xC134D4) is known color: Medium Orchid. HEX triplet: C1, 34 and D4. RGB value is (193,52,212). Sum of RGB (Red+Green+Blue) = 193+52+212=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #C134D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C134D4 is #3ECB2B. Grayscale: #6F6F6F. Windows color (decimal): -4115244 or 13907137. OLE color: 13907137.

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

Color convert

RGB 193 52 212 -
CMYK 0.09 0.75 0 0.17
HSL 292.88º 0.65% 0.52% -
HSV(B) 292.88º 0.75% 0.83% -
XYZ 35.1 18.55 64.02 -
YUV 112.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 193 52 212 0.09 0.75 0 0.17 292.88 0.65 0.52
Hex C1 34 D4 9 4B 0 11 125 41 34
Octal 301 64 324 11 113 0 21 445 101 64
Binary 11000001 110100 11010100 1001 1001011 0 10001 100100101 1000001 110100

Color Harmonies of #C134D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134D4

Black with #C134D4

Text Example


Text Example

White with #C134D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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