Html Css Color HEX #C149CD Medium Orchid

📋 copy color: '#C149CD'

red 193 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #C149CD

Tints of Medium Orchid #C149CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.5%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 40.98%
G = 15.5%
B = 43.52%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C149CD (or 0xC149CD) is known color: Medium Orchid. HEX triplet: C1, 49 and CD. RGB value is (193,73,205). Sum of RGB (Red+Green+Blue) = 193+73+205=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C149CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149CD is #3EB632. Grayscale: #7B7B7B. Windows color (decimal): -4109875 or 13453761. OLE color: 13453761.

HSL color Cylindrical-coordinate representation of color #C149CD: hue angle of 294.55º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C149CD is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 73 205 -
CMYK 0.06 0.64 0 0.20
HSL 294.55º 0.57% 0.55% -
HSV(B) 294.55º 0.64% 0.8% -
XYZ 35.39 20.51 59.85 -
YUV 123.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 193 73 205 0.06 0.64 0 0.20 294.55 0.57 0.55
Hex C1 49 CD 6 40 0 14 127 39 37
Octal 301 111 315 6 100 0 24 447 71 67
Binary 11000001 1001001 11001101 110 1000000 0 10100 100100111 111001 110111

Color Harmonies of #C149CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149CD

Black with #C149CD

Text Example


Text Example

White with #C149CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149CD; }

 p { color: rgb(193,73,205); }

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

background-color css

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

 a { background-color: rgb(193,73,205); }

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

border-color css

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

 span { border-color: rgb(193,73,205); }

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