Html Css Color HEX #C25EEC Medium Orchid

📋 copy color: '#C25EEC'

red 194 ◦ green 94 ◦ blue 236

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

Shades of Medium Orchid #C25EEC

Tints of Medium Orchid #C25EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.94%

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

R = 37.02%
G = 17.94%
B = 45.04%

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

#C25EEC (or 0xC25EEC) is known color: Medium Orchid. HEX triplet: C2, 5E and EC. RGB value is (194,94,236). Sum of RGB (Red+Green+Blue) = 194+94+236=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #C25EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EEC is #3DA113. Grayscale: #8B8B8B. Windows color (decimal): -4038932 or 15490754. OLE color: 15490754.

HSL color Cylindrical-coordinate representation of color #C25EEC: hue angle of 282.25º 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 #C25EEC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 94 236 -
CMYK 0.18 0.60 0 0.07
HSL 282.25º 0.79% 0.65% -
HSV(B) 282.25º 0.6% 0.93% -
XYZ 41.39 25.53 82.1 -
YUV 140.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 194 94 236 0.18 0.60 0 0.07 282.25 0.79 0.65
Hex C2 5E EC 12 3C 0 7 11A 4F 41
Octal 302 136 354 22 74 0 7 432 117 101
Binary 11000010 1011110 11101100 10010 111100 0 111 100011010 1001111 1000001

Color Harmonies of #C25EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EEC

Black with #C25EEC

Text Example


Text Example

White with #C25EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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