Html Css Color HEX #C95DDB Medium Orchid

📋 copy color: '#C95DDB'

red 201 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #C95DDB

Tints of Medium Orchid #C95DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 39.18%
G = 18.13%
B = 42.69%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C95DDB (or 0xC95DDB) is known color: Medium Orchid. HEX triplet: C9, 5D and DB. RGB value is (201,93,219). Sum of RGB (Red+Green+Blue) = 201+93+219=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #C95DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DDB is #36A224. Grayscale: #8B8B8B. Windows color (decimal): -3580453 or 14376393. OLE color: 14376393.

HSL color Cylindrical-coordinate representation of color #C95DDB: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95DDB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 93 219 -
CMYK 0.08 0.58 0 0.14
HSL 291.43º 0.64% 0.61% -
HSV(B) 291.43º 0.58% 0.86% -
XYZ 40.79 25.36 69.76 -
YUV 139.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 201 93 219 0.08 0.58 0 0.14 291.43 0.64 0.61
Hex C9 5D DB 8 3A 0 E 123 40 3D
Octal 311 135 333 10 72 0 16 443 100 75
Binary 11001001 1011101 11011011 1000 111010 0 1110 100100011 1000000 111101

Color Harmonies of #C95DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95DDB

Black with #C95DDB

Text Example


Text Example

White with #C95DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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