Html Css Color HEX #C14FCF Medium Orchid

📋 copy color: '#C14FCF'

red 193 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #C14FCF

Tints of Medium Orchid #C14FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 40.29%
G = 16.49%
B = 43.22%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C14FCF (or 0xC14FCF) is known color: Medium Orchid. HEX triplet: C1, 4F and CF. RGB value is (193,79,207). Sum of RGB (Red+Green+Blue) = 193+79+207=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 79 (31.25% from 255 or 16.49% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C14FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FCF is #3EB030. Grayscale: #7F7F7F. Windows color (decimal): -4108337 or 13586369. OLE color: 13586369.

HSL color Cylindrical-coordinate representation of color #C14FCF: hue angle of 293.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14FCF is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 79 207 -
CMYK 0.07 0.62 0 0.19
HSL 293.44º 0.57% 0.56% -
HSV(B) 293.44º 0.62% 0.81% -
XYZ 36.05 21.43 61.27 -
YUV 127.68 172.77 174.59 -
System Red Green Blue C M Y K H S L
Decimal 193 79 207 0.07 0.62 0 0.19 293.44 0.57 0.56
Hex C1 4F CF 7 3E 0 13 125 39 38
Octal 301 117 317 7 76 0 23 445 71 70
Binary 11000001 1001111 11001111 111 111110 0 10011 100100101 111001 111000

Color Harmonies of #C14FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14FCF

Black with #C14FCF

Text Example


Text Example

White with #C14FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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