Html Css Color HEX #C142CF Medium Orchid

📋 copy color: '#C142CF'

red 193 ◦ green 66 ◦ blue 207

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

Shades of Medium Orchid #C142CF

Tints of Medium Orchid #C142CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.16%

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

R = 41.42%
G = 14.16%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C142CF (or 0xC142CF) is known color: Medium Orchid. HEX triplet: C1, 42 and CF. RGB value is (193,66,207). Sum of RGB (Red+Green+Blue) = 193+66+207=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #C142CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142CF is #3EBD30. Grayscale: #777777. Windows color (decimal): -4111665 or 13583041. OLE color: 13583041.

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

Color convert

RGB 193 66 207 -
CMYK 0.07 0.68 0 0.19
HSL 294.04º 0.59% 0.54% -
HSV(B) 294.04º 0.68% 0.81% -
XYZ 35.2 19.74 60.99 -
YUV 120.05 177.08 180.04 -
System Red Green Blue C M Y K H S L
Decimal 193 66 207 0.07 0.68 0 0.19 294.04 0.59 0.54
Hex C1 42 CF 7 44 0 13 126 3B 36
Octal 301 102 317 7 104 0 23 446 73 66
Binary 11000001 1000010 11001111 111 1000100 0 10011 100100110 111011 110110

Color Harmonies of #C142CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C142CF

Black with #C142CF

Text Example


Text Example

White with #C142CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C142CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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