Html Css Color HEX #C25BE0 Medium Orchid

📋 copy color: '#C25BE0'

red 194 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #C25BE0

Tints of Medium Orchid #C25BE0

RGB

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

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

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

R = 38.11%
G = 17.88%
B = 44.01%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C25BE0 (or 0xC25BE0) is known color: Medium Orchid. HEX triplet: C2, 5B and E0. RGB value is (194,91,224). Sum of RGB (Red+Green+Blue) = 194+91+224=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #C25BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BE0 is #3DA41F. Grayscale: #888888. Windows color (decimal): -4039712 or 14703554. OLE color: 14703554.

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

Color convert

RGB 194 91 224 -
CMYK 0.13 0.59 0 0.12
HSL 286.47º 0.68% 0.62% -
HSV(B) 286.47º 0.59% 0.88% -
XYZ 39.44 24.33 73.14 -
YUV 136.96 177.12 168.69 -
System Red Green Blue C M Y K H S L
Decimal 194 91 224 0.13 0.59 0 0.12 286.47 0.68 0.62
Hex C2 5B E0 D 3B 0 C 11E 44 3E
Octal 302 133 340 15 73 0 14 436 104 76
Binary 11000010 1011011 11100000 1101 111011 0 1100 100011110 1000100 111110

Color Harmonies of #C25BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25BE0

Black with #C25BE0

Text Example


Text Example

White with #C25BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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