Html Css Color HEX #C95DEB Medium Orchid

📋 copy color: '#C95DEB'

red 201 ◦ green 93 ◦ blue 235

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

Shades of Medium Orchid #C95DEB

Tints of Medium Orchid #C95DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.58%

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

R = 38%
G = 17.58%
B = 44.42%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C95DEB (or 0xC95DEB) is known color: Medium Orchid. HEX triplet: C9, 5D and EB. RGB value is (201,93,235). Sum of RGB (Red+Green+Blue) = 201+93+235=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C95DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DEB is #36A214. Grayscale: #8D8D8D. Windows color (decimal): -3580437 or 15424969. OLE color: 15424969.

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

Color convert

RGB 201 93 235 -
CMYK 0.14 0.60 0 0.08
HSL 285.63º 0.78% 0.64% -
HSV(B) 285.63º 0.6% 0.92% -
XYZ 43 26.24 81.4 -
YUV 141.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 201 93 235 0.14 0.60 0 0.08 285.63 0.78 0.64
Hex C9 5D EB E 3C 0 8 11E 4E 40
Octal 311 135 353 16 74 0 10 436 116 100
Binary 11001001 1011101 11101011 1110 111100 0 1000 100011110 1001110 1000000

Color Harmonies of #C95DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DEB

Black with #C95DEB

Text Example


Text Example

White with #C95DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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