Html Css Color HEX #C247FB Medium Orchid

📋 copy color: '#C247FB'

red 194 ◦ green 71 ◦ blue 251

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

Shades of Medium Orchid #C247FB

Tints of Medium Orchid #C247FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 37.6%
G = 13.76%
B = 48.64%

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

#C247FB (or 0xC247FB) is known color: Medium Orchid. HEX triplet: C2, 47 and FB. RGB value is (194,71,251). Sum of RGB (Red+Green+Blue) = 194+71+251=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #C247FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247FB is #3DB804. Grayscale: #7F7F7F. Windows color (decimal): -4044805 or 16467906. OLE color: 16467906.

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

Color convert

RGB 194 71 251 -
CMYK 0.23 0.72 0 0.02
HSL 281º 0.96% 0.63% -
HSV(B) 281º 0.72% 0.98% -
XYZ 41.91 22.94 93.49 -
YUV 128.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 194 71 251 0.23 0.72 0 0.02 281 0.96 0.63
Hex C2 47 FB 17 48 0 2 119 60 3F
Octal 302 107 373 27 110 0 2 431 140 77
Binary 11000010 1000111 11111011 10111 1001000 0 10 100011001 1100000 111111

Color Harmonies of #C247FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C247FB

Black with #C247FB

Text Example


Text Example

White with #C247FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C247FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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