Html Css Color HEX #C95DED Medium Orchid

📋 copy color: '#C95DED'

red 201 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #C95DED

Tints of Medium Orchid #C95DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 37.85%
G = 17.51%
B = 44.63%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C95DED (or 0xC95DED) is known color: Medium Orchid. HEX triplet: C9, 5D and ED. RGB value is (201,93,237). Sum of RGB (Red+Green+Blue) = 201+93+237=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #C95DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95DED is #36A212. Grayscale: #8D8D8D. Windows color (decimal): -3580435 or 15556041. OLE color: 15556041.

HSL color Cylindrical-coordinate representation of color #C95DED: hue angle of 285º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95DED is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 93 237 -
CMYK 0.15 0.61 0 0.07
HSL 285º 0.8% 0.65% -
HSV(B) 285º 0.61% 0.93% -
XYZ 43.29 26.36 82.93 -
YUV 141.71 181.78 170.29 -
System Red Green Blue C M Y K H S L
Decimal 201 93 237 0.15 0.61 0 0.07 285 0.8 0.65
Hex C9 5D ED F 3D 0 7 11D 50 41
Octal 311 135 355 17 75 0 7 435 120 101
Binary 11001001 1011101 11101101 1111 111101 0 111 100011101 1010000 1000001

Color Harmonies of #C95DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DED

Black with #C95DED

Text Example


Text Example

White with #C95DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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