Html Css Color HEX #C14CD0 Medium Orchid

📋 copy color: '#C14CD0'

red 193 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #C14CD0

Tints of Medium Orchid #C14CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 40.46%
G = 15.93%
B = 43.61%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C14CD0 (or 0xC14CD0) is known color: Medium Orchid. HEX triplet: C1, 4C and D0. RGB value is (193,76,208). Sum of RGB (Red+Green+Blue) = 193+76+208=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #C14CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CD0 is #3EB32F. Grayscale: #7D7D7D. Windows color (decimal): -4109104 or 13651137. OLE color: 13651137.

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

Color convert

RGB 193 76 208 -
CMYK 0.07 0.63 0 0.18
HSL 293.18º 0.58% 0.56% -
HSV(B) 293.18º 0.63% 0.82% -
XYZ 35.96 21.06 61.84 -
YUV 126.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 193 76 208 0.07 0.63 0 0.18 293.18 0.58 0.56
Hex C1 4C D0 7 3F 0 12 125 3A 38
Octal 301 114 320 7 77 0 22 445 72 70
Binary 11000001 1001100 11010000 111 111111 0 10010 100100101 111010 111000

Color Harmonies of #C14CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14CD0

Black with #C14CD0

Text Example


Text Example

White with #C14CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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