Html Css Color HEX #C93BDA Medium Orchid

📋 copy color: '#C93BDA'

red 201 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #C93BDA

Tints of Medium Orchid #C93BDA

RGB

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

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

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

R = 42.05%
G = 12.34%
B = 45.61%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C93BDA (or 0xC93BDA) is known color: Medium Orchid. HEX triplet: C9, 3B and DA. RGB value is (201,59,218). Sum of RGB (Red+Green+Blue) = 201+59+218=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 59 (23.44% from 255 or 12.34% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #C93BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BDA is #36C425. Grayscale: #777777. Windows color (decimal): -3589158 or 14302153. OLE color: 14302153.

HSL color Cylindrical-coordinate representation of color #C93BDA: hue angle of 293.58º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93BDA is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 59 218 -
CMYK 0.08 0.73 0 0.15
HSL 293.58º 0.68% 0.54% -
HSV(B) 293.58º 0.73% 0.85% -
XYZ 38.31 20.61 68.29 -
YUV 119.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 201 59 218 0.08 0.73 0 0.15 293.58 0.68 0.54
Hex C9 3B DA 8 49 0 F 126 44 36
Octal 311 73 332 10 111 0 17 446 104 66
Binary 11001001 111011 11011010 1000 1001001 0 1111 100100110 1000100 110110

Color Harmonies of #C93BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93BDA

Black with #C93BDA

Text Example


Text Example

White with #C93BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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