Html Css Color HEX #C25FEC Medium Orchid

📋 copy color: '#C25FEC'

red 194 ◦ green 95 ◦ blue 236

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

Shades of Medium Orchid #C25FEC

Tints of Medium Orchid #C25FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.1%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 36.95%
G = 18.1%
B = 44.95%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C25FEC (or 0xC25FEC) is known color: Medium Orchid. HEX triplet: C2, 5F and EC. RGB value is (194,95,236). Sum of RGB (Red+Green+Blue) = 194+95+236=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C25FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25FEC is #3DA013. Grayscale: #8C8C8C. Windows color (decimal): -4038676 or 15491010. OLE color: 15491010.

HSL color Cylindrical-coordinate representation of color #C25FEC: hue angle of 282.13º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25FEC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 95 236 -
CMYK 0.18 0.60 0 0.07
HSL 282.13º 0.79% 0.65% -
HSV(B) 282.13º 0.6% 0.93% -
XYZ 41.48 25.71 82.13 -
YUV 140.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 194 95 236 0.18 0.60 0 0.07 282.13 0.79 0.65
Hex C2 5F EC 12 3C 0 7 11A 4F 41
Octal 302 137 354 22 74 0 7 432 117 101
Binary 11000010 1011111 11101100 10010 111100 0 111 100011010 1001111 1000001

Color Harmonies of #C25FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25FEC

Black with #C25FEC

Text Example


Text Example

White with #C25FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25FEC; }

 p { color: rgb(194,95,236); }

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

background-color css

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

 a { background-color: rgb(194,95,236); }

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

border-color css

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

 span { border-color: rgb(194,95,236); }

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