Html Css Color HEX #C14AEB Medium Orchid

📋 copy color: '#C14AEB'

red 193 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #C14AEB

Tints of Medium Orchid #C14AEB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.74%

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

R = 38.45%
G = 14.74%
B = 46.81%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C14AEB (or 0xC14AEB) is known color: Medium Orchid. HEX triplet: C1, 4A and EB. RGB value is (193,74,235). Sum of RGB (Red+Green+Blue) = 193+74+235=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C14AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AEB is #3EB514. Grayscale: #7F7F7F. Windows color (decimal): -4109589 or 15420097. OLE color: 15420097.

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

Color convert

RGB 193 74 235 -
CMYK 0.18 0.69 0 0.08
HSL 284.35º 0.8% 0.61% -
HSV(B) 284.35º 0.69% 0.92% -
XYZ 39.44 22.23 80.81 -
YUV 127.94 188.42 174.41 -
System Red Green Blue C M Y K H S L
Decimal 193 74 235 0.18 0.69 0 0.08 284.35 0.8 0.61
Hex C1 4A EB 12 45 0 8 11C 50 3D
Octal 301 112 353 22 105 0 10 434 120 75
Binary 11000001 1001010 11101011 10010 1000101 0 1000 100011100 1010000 111101

Color Harmonies of #C14AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14AEB

Black with #C14AEB

Text Example


Text Example

White with #C14AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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