Html Css Color HEX #C25EEB Medium Orchid

📋 copy color: '#C25EEB'

red 194 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #C25EEB

Tints of Medium Orchid #C25EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 37.09%
G = 17.97%
B = 44.93%

CMYK

 C value IS 0.17

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C25EEB (or 0xC25EEB) is known color: Medium Orchid. HEX triplet: C2, 5E and EB. RGB value is (194,94,235). Sum of RGB (Red+Green+Blue) = 194+94+235=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #C25EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25EEB is #3DA114. Grayscale: #8B8B8B. Windows color (decimal): -4038933 or 15425218. OLE color: 15425218.

HSL color Cylindrical-coordinate representation of color #C25EEB: hue angle of 282.55º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25EEB is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 94 235 -
CMYK 0.17 0.6 0 0.08
HSL 282.55º 0.78% 0.65% -
HSV(B) 282.55º 0.6% 0.92% -
XYZ 41.25 25.47 81.34 -
YUV 139.97 181.63 166.54 -
System Red Green Blue C M Y K H S L
Decimal 194 94 235 0.17 0.6 0 0.08 282.55 0.78 0.65
Hex C2 5E EB 11 3C 0 8 11B 4E 41
Octal 302 136 353 21 74 0 10 433 116 101
Binary 11000010 1011110 11101011 10001 111100 0 1000 100011011 1001110 1000001

Color Harmonies of #C25EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25EEB

Black with #C25EEB

Text Example


Text Example

White with #C25EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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