Html Css Color HEX #C93BD6 Medium Orchid

📋 copy color: '#C93BD6'

red 201 ◦ green 59 ◦ blue 214

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

Shades of Medium Orchid #C93BD6

Tints of Medium Orchid #C93BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.45%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 42.41%
G = 12.45%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C93BD6 (or 0xC93BD6) is known color: Medium Orchid. HEX triplet: C9, 3B and D6. RGB value is (201,59,214). Sum of RGB (Red+Green+Blue) = 201+59+214=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #C93BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BD6 is #36C429. Grayscale: #767676. Windows color (decimal): -3589162 or 14040009. OLE color: 14040009.

HSL color Cylindrical-coordinate representation of color #C93BD6: hue angle of 294.97º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93BD6 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 59 214 -
CMYK 0.06 0.72 0 0.16
HSL 294.97º 0.65% 0.54% -
HSV(B) 294.97º 0.72% 0.84% -
XYZ 37.79 20.4 65.56 -
YUV 119.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 201 59 214 0.06 0.72 0 0.16 294.97 0.65 0.54
Hex C9 3B D6 6 48 0 10 127 41 36
Octal 311 73 326 6 110 0 20 447 101 66
Binary 11001001 111011 11010110 110 1001000 0 10000 100100111 1000001 110110

Color Harmonies of #C93BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BD6

Black with #C93BD6

Text Example


Text Example

White with #C93BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BD6; }

 p { color: rgb(201,59,214); }

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

background-color css

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

 a { background-color: rgb(201,59,214); }

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

border-color css

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

 span { border-color: rgb(201,59,214); }

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