Html Css Color HEX #C95DD8 Medium Orchid

📋 copy color: '#C95DD8'

red 201 ◦ green 93 ◦ blue 216

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

Shades of Medium Orchid #C95DD8

Tints of Medium Orchid #C95DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.35%

R = 39.41%
G = 18.24%
B = 42.35%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C95DD8 (or 0xC95DD8) is known color: Medium Orchid. HEX triplet: C9, 5D and D8. RGB value is (201,93,216). Sum of RGB (Red+Green+Blue) = 201+93+216=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #C95DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DD8 is #36A227. Grayscale: #8A8A8A. Windows color (decimal): -3580456 or 14179785. OLE color: 14179785.

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

Color convert

RGB 201 93 216 -
CMYK 0.07 0.57 0 0.15
HSL 292.68º 0.61% 0.61% -
HSV(B) 292.68º 0.57% 0.85% -
XYZ 40.4 25.2 67.7 -
YUV 139.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 201 93 216 0.07 0.57 0 0.15 292.68 0.61 0.61
Hex C9 5D D8 7 39 0 F 125 3D 3D
Octal 311 135 330 7 71 0 17 445 75 75
Binary 11001001 1011101 11011000 111 111001 0 1111 100100101 111101 111101

Color Harmonies of #C95DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DD8

Black with #C95DD8

Text Example


Text Example

White with #C95DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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