Html Css Color HEX #C047FE Medium Orchid

📋 copy color: '#C047FE'

red 192 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #C047FE

Tints of Medium Orchid #C047FE

RGB

 RED value IS 192 (75.39% from 255) = 37.14%

 GREEN value IS 71 (28.13% from 255) = 13.73%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 37.14%
G = 13.73%
B = 49.13%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C047FE (or 0xC047FE) is known color: Medium Orchid. HEX triplet: C0, 47 and FE. RGB value is (192,71,254). Sum of RGB (Red+Green+Blue) = 192+71+254=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #C047FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047FE is #3FB801. Grayscale: #7F7F7F. Windows color (decimal): -4175874 or 16664512. OLE color: 16664512.

HSL color Cylindrical-coordinate representation of color #C047FE: hue angle of 279.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C047FE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 71 254 -
CMYK 0.24 0.72 0 0.00
HSL 279.67º 0.99% 0.64% -
HSV(B) 279.67º 0.72% 1% -
XYZ 41.88 22.87 95.97 -
YUV 128.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 192 71 254 0.24 0.72 0 0.00 279.67 0.99 0.64
Hex C0 47 FE 18 48 0 0 118 63 40
Octal 300 107 376 30 110 0 0 430 143 100
Binary 11000000 1000111 11111110 11000 1001000 0 0 100011000 1100011 1000000

Color Harmonies of #C047FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047FE

Black with #C047FE

Text Example


Text Example

White with #C047FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047FE; }

 p { color: rgb(192,71,254); }

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

background-color css

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

 a { background-color: rgb(192,71,254); }

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

border-color css

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

 span { border-color: rgb(192,71,254); }

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