Html Css Color HEX #C25CEB Medium Orchid

📋 copy color: '#C25CEB'

red 194 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #C25CEB

Tints of Medium Orchid #C25CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.66%

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

R = 37.24%
G = 17.66%
B = 45.11%

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

#C25CEB (or 0xC25CEB) is known color: Medium Orchid. HEX triplet: C2, 5C and EB. RGB value is (194,92,235). Sum of RGB (Red+Green+Blue) = 194+92+235=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #C25CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25CEB is #3DA314. Grayscale: #8A8A8A. Windows color (decimal): -4039445 or 15424706. OLE color: 15424706.

HSL color Cylindrical-coordinate representation of color #C25CEB: hue angle of 282.8º 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 #C25CEB is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 92 235 -
CMYK 0.17 0.61 0 0.08
HSL 282.8º 0.78% 0.64% -
HSV(B) 282.8º 0.61% 0.92% -
XYZ 41.07 25.12 81.28 -
YUV 138.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 194 92 235 0.17 0.61 0 0.08 282.8 0.78 0.64
Hex C2 5C EB 11 3D 0 8 11B 4E 40
Octal 302 134 353 21 75 0 10 433 116 100
Binary 11000010 1011100 11101011 10001 111101 0 1000 100011011 1001110 1000000

Color Harmonies of #C25CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25CEB

Black with #C25CEB

Text Example


Text Example

White with #C25CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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