Html Css Color HEX #C25AE9 Medium Orchid

📋 copy color: '#C25AE9'

red 194 ◦ green 90 ◦ blue 233

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

Shades of Medium Orchid #C25AE9

Tints of Medium Orchid #C25AE9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 37.52%
G = 17.41%
B = 45.07%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C25AE9 (or 0xC25AE9) is known color: Medium Orchid. HEX triplet: C2, 5A and E9. RGB value is (194,90,233). Sum of RGB (Red+Green+Blue) = 194+90+233=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #C25AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25AE9 is #3DA516. Grayscale: #888888. Windows color (decimal): -4039959 or 15293122. OLE color: 15293122.

HSL color Cylindrical-coordinate representation of color #C25AE9: hue angle of 283.64º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C25AE9 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 90 233 -
CMYK 0.17 0.61 0 0.09
HSL 283.64º 0.76% 0.63% -
HSV(B) 283.64º 0.61% 0.91% -
XYZ 40.61 24.66 79.71 -
YUV 137.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 194 90 233 0.17 0.61 0 0.09 283.64 0.76 0.63
Hex C2 5A E9 11 3D 0 9 11C 4C 3F
Octal 302 132 351 21 75 0 11 434 114 77
Binary 11000010 1011010 11101001 10001 111101 0 1001 100011100 1001100 111111

Color Harmonies of #C25AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AE9

Black with #C25AE9

Text Example


Text Example

White with #C25AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AE9; }

 p { color: rgb(194,90,233); }

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

background-color css

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

 a { background-color: rgb(194,90,233); }

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

border-color css

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

 span { border-color: rgb(194,90,233); }

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