Html Css Color HEX #C14EEB Medium Orchid

📋 copy color: '#C14EEB'

red 193 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #C14EEB

Tints of Medium Orchid #C14EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.42%

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

R = 38.14%
G = 15.42%
B = 46.44%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C14EEB (or 0xC14EEB) is known color: Medium Orchid. HEX triplet: C1, 4E and EB. RGB value is (193,78,235). Sum of RGB (Red+Green+Blue) = 193+78+235=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #C14EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14EEB is #3EB114. Grayscale: #818181. Windows color (decimal): -4108565 or 15421121. OLE color: 15421121.

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

Color convert

RGB 193 78 235 -
CMYK 0.18 0.67 0 0.08
HSL 283.95º 0.8% 0.61% -
HSV(B) 283.95º 0.67% 0.92% -
XYZ 39.71 22.78 80.9 -
YUV 130.28 187.1 172.73 -
System Red Green Blue C M Y K H S L
Decimal 193 78 235 0.18 0.67 0 0.08 283.95 0.8 0.61
Hex C1 4E EB 12 43 0 8 11C 50 3D
Octal 301 116 353 22 103 0 10 434 120 75
Binary 11000001 1001110 11101011 10010 1000011 0 1000 100011100 1010000 111101

Color Harmonies of #C14EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14EEB

Black with #C14EEB

Text Example


Text Example

White with #C14EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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