Html Css Color HEX #C143F7 Medium Orchid

📋 copy color: '#C143F7'

red 193 ◦ green 67 ◦ blue 247

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

Shades of Medium Orchid #C143F7

Tints of Medium Orchid #C143F7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.21%

 BLUE value IS 247 (96.88% from 255) = 48.72%

R = 38.07%
G = 13.21%
B = 48.72%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C143F7 (or 0xC143F7) is known color: Medium Orchid. HEX triplet: C1, 43 and F7. RGB value is (193,67,247). Sum of RGB (Red+Green+Blue) = 193+67+247=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #C143F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143F7 is #3EBC08. Grayscale: #7C7C7C. Windows color (decimal): -4111369 or 16204737. OLE color: 16204737.

HSL color Cylindrical-coordinate representation of color #C143F7: hue angle of 282º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C143F7 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 67 247 -
CMYK 0.22 0.73 0 0.03
HSL 282º 0.92% 0.62% -
HSV(B) 282º 0.73% 0.97% -
XYZ 40.79 22.07 90.11 -
YUV 125.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 193 67 247 0.22 0.73 0 0.03 282 0.92 0.62
Hex C1 43 F7 16 49 0 3 11A 5C 3E
Octal 301 103 367 26 111 0 3 432 134 76
Binary 11000001 1000011 11110111 10110 1001001 0 11 100011010 1011100 111110

Color Harmonies of #C143F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143F7

Black with #C143F7

Text Example


Text Example

White with #C143F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143F7; }

 p { color: rgb(193,67,247); }

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

background-color css

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

 a { background-color: rgb(193,67,247); }

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

border-color css

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

 span { border-color: rgb(193,67,247); }

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