Html Css Color HEX #C25EF5 Medium Orchid

📋 copy color: '#C25EF5'

red 194 ◦ green 94 ◦ blue 245

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

Shades of Medium Orchid #C25EF5

Tints of Medium Orchid #C25EF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.97%

R = 36.4%
G = 17.64%
B = 45.97%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C25EF5 (or 0xC25EF5) is known color: Medium Orchid. HEX triplet: C2, 5E and F5. RGB value is (194,94,245). Sum of RGB (Red+Green+Blue) = 194+94+245=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #C25EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EF5 is #3DA10A. Grayscale: #8C8C8C. Windows color (decimal): -4038923 or 16080578. OLE color: 16080578.

HSL color Cylindrical-coordinate representation of color #C25EF5: hue angle of 279.74º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C25EF5 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 94 245 -
CMYK 0.21 0.62 0 0.04
HSL 279.74º 0.88% 0.66% -
HSV(B) 279.74º 0.62% 0.96% -
XYZ 42.73 26.07 89.17 -
YUV 141.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 194 94 245 0.21 0.62 0 0.04 279.74 0.88 0.66
Hex C2 5E F5 15 3E 0 4 118 58 42
Octal 302 136 365 25 76 0 4 430 130 102
Binary 11000010 1011110 11110101 10101 111110 0 100 100011000 1011000 1000010

Color Harmonies of #C25EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EF5

Black with #C25EF5

Text Example


Text Example

White with #C25EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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