Html Css Color HEX #C144CF Medium Orchid

📋 copy color: '#C144CF'

red 193 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #C144CF

Tints of Medium Orchid #C144CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.53%

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

R = 41.24%
G = 14.53%
B = 44.23%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C144CF (or 0xC144CF) is known color: Medium Orchid. HEX triplet: C1, 44 and CF. RGB value is (193,68,207). Sum of RGB (Red+Green+Blue) = 193+68+207=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C144CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144CF is #3EBB30. Grayscale: #787878. Windows color (decimal): -4111153 or 13583553. OLE color: 13583553.

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

Color convert

RGB 193 68 207 -
CMYK 0.07 0.67 0 0.19
HSL 293.96º 0.59% 0.54% -
HSV(B) 293.96º 0.67% 0.81% -
XYZ 35.32 19.98 61.03 -
YUV 121.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 193 68 207 0.07 0.67 0 0.19 293.96 0.59 0.54
Hex C1 44 CF 7 43 0 13 126 3B 36
Octal 301 104 317 7 103 0 23 446 73 66
Binary 11000001 1000100 11001111 111 1000011 0 10011 100100110 111011 110110

Color Harmonies of #C144CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144CF

Black with #C144CF

Text Example


Text Example

White with #C144CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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