Html Css Color HEX #C254FB Medium Orchid

📋 copy color: '#C254FB'

red 194 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #C254FB

Tints of Medium Orchid #C254FB

RGB

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

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

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

R = 36.67%
G = 15.88%
B = 47.45%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C254FB (or 0xC254FB) is known color: Medium Orchid. HEX triplet: C2, 54 and FB. RGB value is (194,84,251). Sum of RGB (Red+Green+Blue) = 194+84+251=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #C254FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254FB is #3DAB04. Grayscale: #878787. Windows color (decimal): -4041477 or 16471234. OLE color: 16471234.

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

Color convert

RGB 194 84 251 -
CMYK 0.23 0.67 0 0.02
HSL 279.52º 0.95% 0.66% -
HSV(B) 279.52º 0.67% 0.98% -
XYZ 42.83 24.78 93.79 -
YUV 135.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 194 84 251 0.23 0.67 0 0.02 279.52 0.95 0.66
Hex C2 54 FB 17 43 0 2 118 5F 42
Octal 302 124 373 27 103 0 2 430 137 102
Binary 11000010 1010100 11111011 10111 1000011 0 10 100011000 1011111 1000010

Color Harmonies of #C254FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254FB

Black with #C254FB

Text Example


Text Example

White with #C254FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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