Html Css Color HEX #C25EE0 Medium Orchid

📋 copy color: '#C25EE0'

red 194 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #C25EE0

Tints of Medium Orchid #C25EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 37.89%
G = 18.36%
B = 43.75%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C25EE0 (or 0xC25EE0) is known color: Medium Orchid. HEX triplet: C2, 5E and E0. RGB value is (194,94,224). Sum of RGB (Red+Green+Blue) = 194+94+224=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #C25EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EE0 is #3DA11F. Grayscale: #8A8A8A. Windows color (decimal): -4038944 or 14704322. OLE color: 14704322.

HSL color Cylindrical-coordinate representation of color #C25EE0: hue angle of 286.15º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25EE0 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 94 224 -
CMYK 0.13 0.58 0 0.12
HSL 286.15º 0.68% 0.62% -
HSV(B) 286.15º 0.58% 0.88% -
XYZ 39.71 24.86 73.23 -
YUV 138.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 194 94 224 0.13 0.58 0 0.12 286.15 0.68 0.62
Hex C2 5E E0 D 3A 0 C 11E 44 3E
Octal 302 136 340 15 72 0 14 436 104 76
Binary 11000010 1011110 11100000 1101 111010 0 1100 100011110 1000100 111110

Color Harmonies of #C25EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EE0

Black with #C25EE0

Text Example


Text Example

White with #C25EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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