Html Css Color HEX #C140CF Medium Orchid

📋 copy color: '#C140CF'

red 193 ◦ green 64 ◦ blue 207

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

Shades of Medium Orchid #C140CF

Tints of Medium Orchid #C140CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

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

R = 41.59%
G = 13.79%
B = 44.61%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C140CF (or 0xC140CF) is known color: Medium Orchid. HEX triplet: C1, 40 and CF. RGB value is (193,64,207). Sum of RGB (Red+Green+Blue) = 193+64+207=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #C140CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C140CF is #3EBF30. Grayscale: #767676. Windows color (decimal): -4112177 or 13582529. OLE color: 13582529.

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

Color convert

RGB 193 64 207 -
CMYK 0.07 0.69 0 0.19
HSL 294.13º 0.6% 0.53% -
HSV(B) 294.13º 0.69% 0.81% -
XYZ 35.09 19.51 60.95 -
YUV 118.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 193 64 207 0.07 0.69 0 0.19 294.13 0.6 0.53
Hex C1 40 CF 7 45 0 13 126 3C 35
Octal 301 100 317 7 105 0 23 446 74 65
Binary 11000001 1000000 11001111 111 1000101 0 10011 100100110 111100 110101

Color Harmonies of #C140CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C140CF

Black with #C140CF

Text Example


Text Example

White with #C140CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C140CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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