Html Css Color HEX #C95BE2 Medium Orchid

📋 copy color: '#C95BE2'

red 201 ◦ green 91 ◦ blue 226

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

Shades of Medium Orchid #C95BE2

Tints of Medium Orchid #C95BE2

RGB

 RED value IS 201 (78.91% from 255) = 38.8%

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

 BLUE value IS 226 (88.67% from 255) = 43.63%

R = 38.8%
G = 17.57%
B = 43.63%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C95BE2 (or 0xC95BE2) is known color: Medium Orchid. HEX triplet: C9, 5B and E2. RGB value is (201,91,226). Sum of RGB (Red+Green+Blue) = 201+91+226=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 226 - color contains mainly: blue. Hex color #C95BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BE2 is #36A41D. Grayscale: #8A8A8A. Windows color (decimal): -3580958 or 14834633. OLE color: 14834633.

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

Color convert

RGB 201 91 226 -
CMYK 0.11 0.60 0 0.11
HSL 288.89º 0.7% 0.62% -
HSV(B) 288.89º 0.6% 0.89% -
XYZ 41.56 25.39 74.66 -
YUV 139.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 201 91 226 0.11 0.60 0 0.11 288.89 0.7 0.62
Hex C9 5B E2 B 3C 0 B 121 46 3E
Octal 311 133 342 13 74 0 13 441 106 76
Binary 11001001 1011011 11100010 1011 111100 0 1011 100100001 1000110 111110

Color Harmonies of #C95BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BE2

Black with #C95BE2

Text Example


Text Example

White with #C95BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BE2; }

 p { color: rgb(201,91,226); }

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

background-color css

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

 a { background-color: rgb(201,91,226); }

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

border-color css

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

 span { border-color: rgb(201,91,226); }

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