Html Css Color HEX #C14CCF Medium Orchid

📋 copy color: '#C14CCF'

red 193 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #C14CCF

Tints of Medium Orchid #C14CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.97%

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

R = 40.55%
G = 15.97%
B = 43.49%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C14CCF (or 0xC14CCF) is known color: Medium Orchid. HEX triplet: C1, 4C and CF. RGB value is (193,76,207). Sum of RGB (Red+Green+Blue) = 193+76+207=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #C14CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CCF is #3EB330. Grayscale: #7D7D7D. Windows color (decimal): -4109105 or 13585601. OLE color: 13585601.

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

Color convert

RGB 193 76 207 -
CMYK 0.07 0.63 0 0.19
HSL 293.59º 0.58% 0.55% -
HSV(B) 293.59º 0.63% 0.81% -
XYZ 35.84 21.01 61.2 -
YUV 125.92 173.76 175.85 -
System Red Green Blue C M Y K H S L
Decimal 193 76 207 0.07 0.63 0 0.19 293.59 0.58 0.55
Hex C1 4C CF 7 3F 0 13 126 3A 37
Octal 301 114 317 7 77 0 23 446 72 67
Binary 11000001 1001100 11001111 111 111111 0 10011 100100110 111010 110111

Color Harmonies of #C14CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CCF

Black with #C14CCF

Text Example


Text Example

White with #C14CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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