Html Css Color HEX #C254FA Medium Orchid

📋 copy color: '#C254FA'

red 194 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #C254FA

Tints of Medium Orchid #C254FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.91%

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

R = 36.74%
G = 15.91%
B = 47.35%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C254FA (or 0xC254FA) is known color: Medium Orchid. HEX triplet: C2, 54 and FA. RGB value is (194,84,250). Sum of RGB (Red+Green+Blue) = 194+84+250=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C254FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254FA is #3DAB05. Grayscale: #878787. Windows color (decimal): -4041478 or 16405698. OLE color: 16405698.

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

Color convert

RGB 194 84 250 -
CMYK 0.22 0.66 0 0.02
HSL 279.76º 0.94% 0.65% -
HSV(B) 279.76º 0.66% 0.98% -
XYZ 42.67 24.71 92.96 -
YUV 135.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 194 84 250 0.22 0.66 0 0.02 279.76 0.94 0.65
Hex C2 54 FA 16 42 0 2 118 5E 41
Octal 302 124 372 26 102 0 2 430 136 101
Binary 11000010 1010100 11111010 10110 1000010 0 10 100011000 1011110 1000001

Color Harmonies of #C254FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254FA

Black with #C254FA

Text Example


Text Example

White with #C254FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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