Html Css Color HEX #C25BEB Medium Orchid

📋 copy color: '#C25BEB'

red 194 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #C25BEB

Tints of Medium Orchid #C25BEB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.5%

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

R = 37.31%
G = 17.5%
B = 45.19%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C25BEB (or 0xC25BEB) is known color: Medium Orchid. HEX triplet: C2, 5B and EB. RGB value is (194,91,235). Sum of RGB (Red+Green+Blue) = 194+91+235=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #C25BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25BEB is #3DA414. Grayscale: #898989. Windows color (decimal): -4039701 or 15424450. OLE color: 15424450.

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

Color convert

RGB 194 91 235 -
CMYK 0.17 0.61 0 0.08
HSL 282.92º 0.78% 0.64% -
HSV(B) 282.92º 0.61% 0.92% -
XYZ 40.98 24.95 81.25 -
YUV 138.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 194 91 235 0.17 0.61 0 0.08 282.92 0.78 0.64
Hex C2 5B EB 11 3D 0 8 11B 4E 40
Octal 302 133 353 21 75 0 10 433 116 100
Binary 11000010 1011011 11101011 10001 111101 0 1000 100011011 1001110 1000000

Color Harmonies of #C25BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BEB

Black with #C25BEB

Text Example


Text Example

White with #C25BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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