Html Css Color HEX #C251FA Medium Orchid

📋 copy color: '#C251FA'

red 194 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #C251FA

Tints of Medium Orchid #C251FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.43%

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

R = 36.95%
G = 15.43%
B = 47.62%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C251FA (or 0xC251FA) is known color: Medium Orchid. HEX triplet: C2, 51 and FA. RGB value is (194,81,250). Sum of RGB (Red+Green+Blue) = 194+81+250=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #C251FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251FA is #3DAE05. Grayscale: #858585. Windows color (decimal): -4042246 or 16404930. OLE color: 16404930.

HSL color Cylindrical-coordinate representation of color #C251FA: hue angle of 280.12º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C251FA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 81 250 -
CMYK 0.22 0.68 0 0.02
HSL 280.12º 0.94% 0.65% -
HSV(B) 280.12º 0.68% 0.98% -
XYZ 42.45 24.26 92.89 -
YUV 134.05 193.44 170.76 -
System Red Green Blue C M Y K H S L
Decimal 194 81 250 0.22 0.68 0 0.02 280.12 0.94 0.65
Hex C2 51 FA 16 44 0 2 118 5E 41
Octal 302 121 372 26 104 0 2 430 136 101
Binary 11000010 1010001 11111010 10110 1000100 0 10 100011000 1011110 1000001

Color Harmonies of #C251FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C251FA

Black with #C251FA

Text Example


Text Example

White with #C251FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C251FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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