Html Css Color HEX #C254FC Medium Orchid

📋 copy color: '#C254FC'

red 194 ◦ green 84 ◦ blue 252

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

Shades of Medium Orchid #C254FC

Tints of Medium Orchid #C254FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.55%

R = 36.6%
G = 15.85%
B = 47.55%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C254FC (or 0xC254FC) is known color: Medium Orchid. HEX triplet: C2, 54 and FC. RGB value is (194,84,252). Sum of RGB (Red+Green+Blue) = 194+84+252=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 84 (33.20% from 255 or 15.85% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C254FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254FC is #3DAB03. Grayscale: #878787. Windows color (decimal): -4041476 or 16536770. OLE color: 16536770.

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

Color convert

RGB 194 84 252 -
CMYK 0.23 0.67 0 0.01
HSL 279.29º 0.97% 0.66% -
HSV(B) 279.29º 0.67% 0.99% -
XYZ 42.99 24.84 94.62 -
YUV 136.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 194 84 252 0.23 0.67 0 0.01 279.29 0.97 0.66
Hex C2 54 FC 17 43 0 1 117 61 42
Octal 302 124 374 27 103 0 1 427 141 102
Binary 11000010 1010100 11111100 10111 1000011 0 1 100010111 1100001 1000010

Color Harmonies of #C254FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C254FC

Black with #C254FC

Text Example


Text Example

White with #C254FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C254FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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