Html Css Color HEX #C14BCF Medium Orchid

📋 copy color: '#C14BCF'

red 193 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #C14BCF

Tints of Medium Orchid #C14BCF

RGB

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

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

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

R = 40.63%
G = 15.79%
B = 43.58%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C14BCF (or 0xC14BCF) is known color: Medium Orchid. HEX triplet: C1, 4B and CF. RGB value is (193,75,207). Sum of RGB (Red+Green+Blue) = 193+75+207=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C14BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BCF is #3EB430. Grayscale: #7C7C7C. Windows color (decimal): -4109361 or 13585345. OLE color: 13585345.

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

Color convert

RGB 193 75 207 -
CMYK 0.07 0.64 0 0.19
HSL 293.64º 0.58% 0.55% -
HSV(B) 293.64º 0.64% 0.81% -
XYZ 35.77 20.87 61.18 -
YUV 125.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 193 75 207 0.07 0.64 0 0.19 293.64 0.58 0.55
Hex C1 4B CF 7 40 0 13 126 3A 37
Octal 301 113 317 7 100 0 23 446 72 67
Binary 11000001 1001011 11001111 111 1000000 0 10011 100100110 111010 110111

Color Harmonies of #C14BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BCF

Black with #C14BCF

Text Example


Text Example

White with #C14BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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