Html Css Color HEX #C95DDD Medium Orchid

📋 copy color: '#C95DDD'

red 201 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #C95DDD

Tints of Medium Orchid #C95DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 39.03%
G = 18.06%
B = 42.91%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C95DDD (or 0xC95DDD) is known color: Medium Orchid. HEX triplet: C9, 5D and DD. RGB value is (201,93,221). Sum of RGB (Red+Green+Blue) = 201+93+221=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C95DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DDD is #36A222. Grayscale: #8B8B8B. Windows color (decimal): -3580451 or 14507465. OLE color: 14507465.

HSL color Cylindrical-coordinate representation of color #C95DDD: hue angle of 290.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95DDD is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 93 221 -
CMYK 0.09 0.58 0 0.13
HSL 290.63º 0.65% 0.62% -
HSV(B) 290.63º 0.58% 0.87% -
XYZ 41.05 25.47 71.16 -
YUV 139.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 201 93 221 0.09 0.58 0 0.13 290.63 0.65 0.62
Hex C9 5D DD 9 3A 0 D 123 41 3E
Octal 311 135 335 11 72 0 15 443 101 76
Binary 11001001 1011101 11011101 1001 111010 0 1101 100100011 1000001 111110

Color Harmonies of #C95DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DDD

Black with #C95DDD

Text Example


Text Example

White with #C95DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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