Html Css Color HEX #C14FEB Medium Orchid

📋 copy color: '#C14FEB'

red 193 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #C14FEB

Tints of Medium Orchid #C14FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.58%

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 38.07%
G = 15.58%
B = 46.35%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C14FEB (or 0xC14FEB) is known color: Medium Orchid. HEX triplet: C1, 4F and EB. RGB value is (193,79,235). Sum of RGB (Red+Green+Blue) = 193+79+235=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C14FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FEB is #3EB014. Grayscale: #828282. Windows color (decimal): -4108309 or 15421377. OLE color: 15421377.

HSL color Cylindrical-coordinate representation of color #C14FEB: hue angle of 283.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14FEB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 79 235 -
CMYK 0.18 0.66 0 0.08
HSL 283.85º 0.8% 0.62% -
HSV(B) 283.85º 0.66% 0.92% -
XYZ 39.78 22.93 80.93 -
YUV 130.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 193 79 235 0.18 0.66 0 0.08 283.85 0.8 0.62
Hex C1 4F EB 12 42 0 8 11C 50 3E
Octal 301 117 353 22 102 0 10 434 120 76
Binary 11000001 1001111 11101011 10010 1000010 0 1000 100011100 1010000 111110

Color Harmonies of #C14FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FEB

Black with #C14FEB

Text Example


Text Example

White with #C14FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FEB; }

 p { color: rgb(193,79,235); }

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

background-color css

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

 a { background-color: rgb(193,79,235); }

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

border-color css

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

 span { border-color: rgb(193,79,235); }

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