Html Css Color HEX #C134FA Medium Orchid

📋 copy color: '#C134FA'

red 193 ◦ green 52 ◦ blue 250

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

Shades of Medium Orchid #C134FA

Tints of Medium Orchid #C134FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 38.99%
G = 10.51%
B = 50.51%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C134FA (or 0xC134FA) is known color: Medium Orchid. HEX triplet: C1, 34 and FA. RGB value is (193,52,250). Sum of RGB (Red+Green+Blue) = 193+52+250=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 52 (20.70% from 255 or 10.51% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #C134FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C134FA is #3ECB05. Grayscale: #747474. Windows color (decimal): -4115206 or 16397505. OLE color: 16397505.

HSL color Cylindrical-coordinate representation of color #C134FA: hue angle of 282.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C134FA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 52 250 -
CMYK 0.23 0.79 0 0.02
HSL 282.73º 0.95% 0.59% -
HSV(B) 282.73º 0.79% 0.98% -
XYZ 40.48 20.7 92.3 -
YUV 116.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 193 52 250 0.23 0.79 0 0.02 282.73 0.95 0.59
Hex C1 34 FA 17 4F 0 2 11B 5F 3B
Octal 301 64 372 27 117 0 2 433 137 73
Binary 11000001 110100 11111010 10111 1001111 0 10 100011011 1011111 111011

Color Harmonies of #C134FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C134FA

Black with #C134FA

Text Example


Text Example

White with #C134FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C134FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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