Html Css Color HEX #C047FA Medium Orchid

📋 copy color: '#C047FA'

red 192 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #C047FA

Tints of Medium Orchid #C047FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 37.43%
G = 13.84%
B = 48.73%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C047FA (or 0xC047FA) is known color: Medium Orchid. HEX triplet: C0, 47 and FA. RGB value is (192,71,250). Sum of RGB (Red+Green+Blue) = 192+71+250=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 71 (28.12% from 255 or 13.84% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #C047FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C047FA is #3FB805. Grayscale: #7E7E7E. Windows color (decimal): -4175878 or 16402368. OLE color: 16402368.

HSL color Cylindrical-coordinate representation of color #C047FA: hue angle of 280.56º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C047FA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 71 250 -
CMYK 0.23 0.72 0 0.02
HSL 280.56º 0.95% 0.63% -
HSV(B) 280.56º 0.72% 0.98% -
XYZ 41.25 22.62 92.63 -
YUV 127.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 192 71 250 0.23 0.72 0 0.02 280.56 0.95 0.63
Hex C0 47 FA 17 48 0 2 119 5F 3F
Octal 300 107 372 27 110 0 2 431 137 77
Binary 11000000 1000111 11111010 10111 1001000 0 10 100011001 1011111 111111

Color Harmonies of #C047FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C047FA

Black with #C047FA

Text Example


Text Example

White with #C047FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C047FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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