Html Css Color HEX #C25EE3 Medium Orchid

📋 copy color: '#C25EE3'

red 194 ◦ green 94 ◦ blue 227

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

Shades of Medium Orchid #C25EE3

Tints of Medium Orchid #C25EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 44.08%

R = 37.67%
G = 18.25%
B = 44.08%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C25EE3 (or 0xC25EE3) is known color: Medium Orchid. HEX triplet: C2, 5E and E3. RGB value is (194,94,227). Sum of RGB (Red+Green+Blue) = 194+94+227=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #C25EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25EE3 is #3DA11C. Grayscale: #8A8A8A. Windows color (decimal): -4038941 or 14900930. OLE color: 14900930.

HSL color Cylindrical-coordinate representation of color #C25EE3: hue angle of 285.11º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25EE3 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 94 227 -
CMYK 0.15 0.59 0 0.11
HSL 285.11º 0.7% 0.63% -
HSV(B) 285.11º 0.59% 0.89% -
XYZ 40.12 25.02 75.39 -
YUV 139.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 194 94 227 0.15 0.59 0 0.11 285.11 0.7 0.63
Hex C2 5E E3 F 3B 0 B 11D 46 3F
Octal 302 136 343 17 73 0 13 435 106 77
Binary 11000010 1011110 11100011 1111 111011 0 1011 100011101 1000110 111111

Color Harmonies of #C25EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EE3

Black with #C25EE3

Text Example


Text Example

White with #C25EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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