Html Css Color HEX #C14BD5 Medium Orchid

📋 copy color: '#C14BD5'

red 193 ◦ green 75 ◦ blue 213

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

Shades of Medium Orchid #C14BD5

Tints of Medium Orchid #C14BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 40.12%
G = 15.59%
B = 44.28%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C14BD5 (or 0xC14BD5) is known color: Medium Orchid. HEX triplet: C1, 4B and D5. RGB value is (193,75,213). Sum of RGB (Red+Green+Blue) = 193+75+213=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #C14BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BD5 is #3EB42A. Grayscale: #7D7D7D. Windows color (decimal): -4109355 or 13978561. OLE color: 13978561.

HSL color Cylindrical-coordinate representation of color #C14BD5: hue angle of 291.3º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14BD5 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 75 213 -
CMYK 0.09 0.65 0 0.16
HSL 291.3º 0.62% 0.56% -
HSV(B) 291.3º 0.65% 0.84% -
XYZ 36.52 21.17 65.11 -
YUV 126.01 177.09 175.78 -
System Red Green Blue C M Y K H S L
Decimal 193 75 213 0.09 0.65 0 0.16 291.3 0.62 0.56
Hex C1 4B D5 9 41 0 10 123 3E 38
Octal 301 113 325 11 101 0 20 443 76 70
Binary 11000001 1001011 11010101 1001 1000001 0 10000 100100011 111110 111000

Color Harmonies of #C14BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14BD5

Black with #C14BD5

Text Example


Text Example

White with #C14BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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