Html Css Color HEX #C14FE9 Medium Orchid

📋 copy color: '#C14FE9'

red 193 ◦ green 79 ◦ blue 233

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

Shades of Medium Orchid #C14FE9

Tints of Medium Orchid #C14FE9

RGB

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

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

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

R = 38.22%
G = 15.64%
B = 46.14%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C14FE9 (or 0xC14FE9) is known color: Medium Orchid. HEX triplet: C1, 4F and E9. RGB value is (193,79,233). Sum of RGB (Red+Green+Blue) = 193+79+233=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 233 (91.41% from 255 or 46.14% from 505); Max value from RGB is 233 - color contains mainly: blue. Hex color #C14FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C14FE9 is #3EB016. Grayscale: #828282. Windows color (decimal): -4108311 or 15290305. OLE color: 15290305.

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

Color convert

RGB 193 79 233 -
CMYK 0.17 0.66 0 0.09
HSL 284.42º 0.78% 0.61% -
HSV(B) 284.42º 0.66% 0.91% -
XYZ 39.5 22.81 79.41 -
YUV 130.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 193 79 233 0.17 0.66 0 0.09 284.42 0.78 0.61
Hex C1 4F E9 11 42 0 9 11C 4E 3D
Octal 301 117 351 21 102 0 11 434 116 75
Binary 11000001 1001111 11101001 10001 1000010 0 1001 100011100 1001110 111101

Color Harmonies of #C14FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FE9

Black with #C14FE9

Text Example


Text Example

White with #C14FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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