Html Css Color HEX #C14BE9 Medium Orchid

📋 copy color: '#C14BE9'

red 193 ◦ green 75 ◦ blue 233

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

Shades of Medium Orchid #C14BE9

Tints of Medium Orchid #C14BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 38.52%
G = 14.97%
B = 46.51%

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

#C14BE9 (or 0xC14BE9) is known color: Medium Orchid. HEX triplet: C1, 4B and E9. RGB value is (193,75,233). Sum of RGB (Red+Green+Blue) = 193+75+233=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #C14BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14BE9 is #3EB416. Grayscale: #7F7F7F. Windows color (decimal): -4109335 or 15289281. OLE color: 15289281.

HSL color Cylindrical-coordinate representation of color #C14BE9: hue angle of 284.81º degrees, saturation: 0.78, 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 #C14BE9 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 75 233 -
CMYK 0.17 0.68 0 0.09
HSL 284.81º 0.78% 0.6% -
HSV(B) 284.81º 0.68% 0.91% -
XYZ 39.22 22.25 79.32 -
YUV 128.29 187.09 174.15 -
System Red Green Blue C M Y K H S L
Decimal 193 75 233 0.17 0.68 0 0.09 284.81 0.78 0.6
Hex C1 4B E9 11 44 0 9 11D 4E 3C
Octal 301 113 351 21 104 0 11 435 116 74
Binary 11000001 1001011 11101001 10001 1000100 0 1001 100011101 1001110 111100

Color Harmonies of #C14BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BE9

Black with #C14BE9

Text Example


Text Example

White with #C14BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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