Html Css Color HEX #C14BE8 Medium Orchid

📋 copy color: '#C14BE8'

red 193 ◦ green 75 ◦ blue 232

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

Shades of Medium Orchid #C14BE8

Tints of Medium Orchid #C14BE8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 38.6%
G = 15%
B = 46.4%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C14BE8 (or 0xC14BE8) is known color: Medium Orchid. HEX triplet: C1, 4B and E8. RGB value is (193,75,232). Sum of RGB (Red+Green+Blue) = 193+75+232=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #C14BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BE8 is #3EB417. Grayscale: #7F7F7F. Windows color (decimal): -4109336 or 15223745. OLE color: 15223745.

HSL color Cylindrical-coordinate representation of color #C14BE8: hue angle of 285.1º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C14BE8 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 75 232 -
CMYK 0.17 0.68 0 0.09
HSL 285.1º 0.77% 0.6% -
HSV(B) 285.1º 0.68% 0.91% -
XYZ 39.07 22.2 78.57 -
YUV 128.18 186.59 174.23 -
System Red Green Blue C M Y K H S L
Decimal 193 75 232 0.17 0.68 0 0.09 285.1 0.77 0.6
Hex C1 4B E8 11 44 0 9 11D 4D 3C
Octal 301 113 350 21 104 0 11 435 115 74
Binary 11000001 1001011 11101000 10001 1000100 0 1001 100011101 1001101 111100

Color Harmonies of #C14BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BE8

Black with #C14BE8

Text Example


Text Example

White with #C14BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BE8; }

 p { color: rgb(193,75,232); }

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

background-color css

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

 a { background-color: rgb(193,75,232); }

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

border-color css

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

 span { border-color: rgb(193,75,232); }

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