Html Css Color HEX #C93FD7 Medium Orchid

📋 copy color: '#C93FD7'

red 201 ◦ green 63 ◦ blue 215

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

Shades of Medium Orchid #C93FD7

Tints of Medium Orchid #C93FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 41.96%
G = 13.15%
B = 44.89%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C93FD7 (or 0xC93FD7) is known color: Medium Orchid. HEX triplet: C9, 3F and D7. RGB value is (201,63,215). Sum of RGB (Red+Green+Blue) = 201+63+215=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #C93FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FD7 is #36C028. Grayscale: #797979. Windows color (decimal): -3588137 or 14106569. OLE color: 14106569.

HSL color Cylindrical-coordinate representation of color #C93FD7: hue angle of 294.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93FD7 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 63 215 -
CMYK 0.07 0.71 0 0.16
HSL 294.47º 0.66% 0.55% -
HSV(B) 294.47º 0.71% 0.84% -
XYZ 38.13 20.88 66.31 -
YUV 121.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 201 63 215 0.07 0.71 0 0.16 294.47 0.66 0.55
Hex C9 3F D7 7 47 0 10 126 42 37
Octal 311 77 327 7 107 0 20 446 102 67
Binary 11001001 111111 11010111 111 1000111 0 10000 100100110 1000010 110111

Color Harmonies of #C93FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FD7

Black with #C93FD7

Text Example


Text Example

White with #C93FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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