Html Css Color HEX #C93FD4 Medium Orchid

📋 copy color: '#C93FD4'

red 201 ◦ green 63 ◦ blue 212

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

Shades of Medium Orchid #C93FD4

Tints of Medium Orchid #C93FD4

RGB

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

 GREEN value IS 63 (25% from 255) = 13.24%

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 42.23%
G = 13.24%
B = 44.54%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C93FD4 (or 0xC93FD4) is known color: Medium Orchid. HEX triplet: C9, 3F and D4. RGB value is (201,63,212). Sum of RGB (Red+Green+Blue) = 201+63+212=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #C93FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FD4 is #36C02B. Grayscale: #787878. Windows color (decimal): -3588140 or 13909961. OLE color: 13909961.

HSL color Cylindrical-coordinate representation of color #C93FD4: hue angle of 295.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93FD4 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 63 212 -
CMYK 0.05 0.70 0 0.17
HSL 295.57º 0.63% 0.54% -
HSV(B) 295.57º 0.7% 0.83% -
XYZ 37.75 20.73 64.3 -
YUV 121.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 201 63 212 0.05 0.70 0 0.17 295.57 0.63 0.54
Hex C9 3F D4 5 46 0 11 128 3F 36
Octal 311 77 324 5 106 0 21 450 77 66
Binary 11001001 111111 11010100 101 1000110 0 10001 100101000 111111 110110

Color Harmonies of #C93FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FD4

Black with #C93FD4

Text Example


Text Example

White with #C93FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FD4; }

 p { color: rgb(201,63,212); }

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

background-color css

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

 a { background-color: rgb(201,63,212); }

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

border-color css

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

 span { border-color: rgb(201,63,212); }

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