Html Css Color HEX #C247FA Medium Orchid

📋 copy color: '#C247FA'

red 194 ◦ green 71 ◦ blue 250

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

Shades of Medium Orchid #C247FA

Tints of Medium Orchid #C247FA

RGB

 RED value IS 194 (76.17% from 255) = 37.67%

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

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

R = 37.67%
G = 13.79%
B = 48.54%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C247FA (or 0xC247FA) is known color: Medium Orchid. HEX triplet: C2, 47 and FA. RGB value is (194,71,250). Sum of RGB (Red+Green+Blue) = 194+71+250=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C247FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247FA is #3DB805. Grayscale: #7F7F7F. Windows color (decimal): -4044806 or 16402370. OLE color: 16402370.

HSL color Cylindrical-coordinate representation of color #C247FA: hue angle of 281.23º 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 #C247FA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 71 250 -
CMYK 0.22 0.72 0 0.02
HSL 281.23º 0.95% 0.63% -
HSV(B) 281.23º 0.72% 0.98% -
XYZ 41.76 22.88 92.66 -
YUV 128.18 196.75 174.95 -
System Red Green Blue C M Y K H S L
Decimal 194 71 250 0.22 0.72 0 0.02 281.23 0.95 0.63
Hex C2 47 FA 16 48 0 2 119 5F 3F
Octal 302 107 372 26 110 0 2 431 137 77
Binary 11000010 1000111 11111010 10110 1001000 0 10 100011001 1011111 111111

Color Harmonies of #C247FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247FA

Black with #C247FA

Text Example


Text Example

White with #C247FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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