Html Css Color HEX #C95BEB Medium Orchid

📋 copy color: '#C95BEB'

red 201 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #C95BEB

Tints of Medium Orchid #C95BEB

RGB

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

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

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

R = 38.14%
G = 17.27%
B = 44.59%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C95BEB (or 0xC95BEB) is known color: Medium Orchid. HEX triplet: C9, 5B and EB. RGB value is (201,91,235). Sum of RGB (Red+Green+Blue) = 201+91+235=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C95BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95BEB is #36A414. Grayscale: #8B8B8B. Windows color (decimal): -3580949 or 15424457. OLE color: 15424457.

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

Color convert

RGB 201 91 235 -
CMYK 0.14 0.61 0 0.08
HSL 285.83º 0.78% 0.64% -
HSV(B) 285.83º 0.61% 0.92% -
XYZ 42.82 25.9 81.34 -
YUV 140.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 201 91 235 0.14 0.61 0 0.08 285.83 0.78 0.64
Hex C9 5B EB E 3D 0 8 11E 4E 40
Octal 311 133 353 16 75 0 10 436 116 100
Binary 11001001 1011011 11101011 1110 111101 0 1000 100011110 1001110 1000000

Color Harmonies of #C95BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95BEB

Black with #C95BEB

Text Example


Text Example

White with #C95BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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