Html Css Color HEX #C93CD8 Medium Orchid

📋 copy color: '#C93CD8'

red 201 ◦ green 60 ◦ blue 216

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

Shades of Medium Orchid #C93CD8

Tints of Medium Orchid #C93CD8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.58%

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

R = 42.14%
G = 12.58%
B = 45.28%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C93CD8 (or 0xC93CD8) is known color: Medium Orchid. HEX triplet: C9, 3C and D8. RGB value is (201,60,216). Sum of RGB (Red+Green+Blue) = 201+60+216=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #C93CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CD8 is #36C327. Grayscale: #777777. Windows color (decimal): -3588904 or 14171337. OLE color: 14171337.

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

Color convert

RGB 201 60 216 -
CMYK 0.07 0.72 0 0.15
HSL 294.23º 0.67% 0.54% -
HSV(B) 294.23º 0.72% 0.85% -
XYZ 38.1 20.61 66.94 -
YUV 119.94 182.21 185.82 -
System Red Green Blue C M Y K H S L
Decimal 201 60 216 0.07 0.72 0 0.15 294.23 0.67 0.54
Hex C9 3C D8 7 48 0 F 126 43 36
Octal 311 74 330 7 110 0 17 446 103 66
Binary 11001001 111100 11011000 111 1001000 0 1111 100100110 1000011 110110

Color Harmonies of #C93CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93CD8

Black with #C93CD8

Text Example


Text Example

White with #C93CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93CD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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