Html Css Color HEX #C454FA Medium Orchid

📋 copy color: '#C454FA'

red 196 ◦ green 84 ◦ blue 250

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

Shades of Medium Orchid #C454FA

Tints of Medium Orchid #C454FA

RGB

 RED value IS 196 (76.95% from 255) = 36.98%

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

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

R = 36.98%
G = 15.85%
B = 47.17%

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

#C454FA (or 0xC454FA) is known color: Medium Orchid. HEX triplet: C4, 54 and FA. RGB value is (196,84,250). Sum of RGB (Red+Green+Blue) = 196+84+250=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #C454FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454FA is #3BAB05. Grayscale: #878787. Windows color (decimal): -3910406 or 16405700. OLE color: 16405700.

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

Color convert

RGB 196 84 250 -
CMYK 0.22 0.66 0 0.02
HSL 280.48º 0.94% 0.65% -
HSV(B) 280.48º 0.66% 0.98% -
XYZ 43.19 24.98 92.99 -
YUV 136.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 196 84 250 0.22 0.66 0 0.02 280.48 0.94 0.65
Hex C4 54 FA 16 42 0 2 118 5E 41
Octal 304 124 372 26 102 0 2 430 136 101
Binary 11000100 1010100 11111010 10110 1000010 0 10 100011000 1011110 1000001

Color Harmonies of #C454FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C454FA

Black with #C454FA

Text Example


Text Example

White with #C454FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C454FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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