Html Css Color HEX #C95DDA Medium Orchid

📋 copy color: '#C95DDA'

red 201 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #C95DDA

Tints of Medium Orchid #C95DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 39.26%
G = 18.16%
B = 42.58%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C95DDA (or 0xC95DDA) is known color: Medium Orchid. HEX triplet: C9, 5D and DA. RGB value is (201,93,218). Sum of RGB (Red+Green+Blue) = 201+93+218=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C95DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DDA is #36A225. Grayscale: #8B8B8B. Windows color (decimal): -3580454 or 14310857. OLE color: 14310857.

HSL color Cylindrical-coordinate representation of color #C95DDA: hue angle of 291.84º degrees, saturation: 0.63, 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 #C95DDA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 93 218 -
CMYK 0.08 0.57 0 0.15
HSL 291.84º 0.63% 0.61% -
HSV(B) 291.84º 0.57% 0.85% -
XYZ 40.66 25.31 69.07 -
YUV 139.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 201 93 218 0.08 0.57 0 0.15 291.84 0.63 0.61
Hex C9 5D DA 8 39 0 F 124 3F 3D
Octal 311 135 332 10 71 0 17 444 77 75
Binary 11001001 1011101 11011010 1000 111001 0 1111 100100100 111111 111101

Color Harmonies of #C95DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DDA

Black with #C95DDA

Text Example


Text Example

White with #C95DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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