Html Css Color HEX #C93FFD Medium Orchid

📋 copy color: '#C93FFD'

red 201 ◦ green 63 ◦ blue 253

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

Shades of Medium Orchid #C93FFD

Tints of Medium Orchid #C93FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 38.88%
G = 12.19%
B = 48.94%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C93FFD (or 0xC93FFD) is known color: Medium Orchid. HEX triplet: C9, 3F and FD. RGB value is (201,63,253). Sum of RGB (Red+Green+Blue) = 201+63+253=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 63 (25% from 255 or 12.19% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #C93FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FFD is #36C002. Grayscale: #7D7D7D. Windows color (decimal): -3588099 or 16596937. OLE color: 16596937.

HSL color Cylindrical-coordinate representation of color #C93FFD: hue angle of 283.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93FFD is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 63 253 -
CMYK 0.21 0.75 0 0.01
HSL 283.58º 0.98% 0.62% -
HSV(B) 283.58º 0.75% 0.99% -
XYZ 43.59 23.06 95.08 -
YUV 125.92 199.72 181.55 -
System Red Green Blue C M Y K H S L
Decimal 201 63 253 0.21 0.75 0 0.01 283.58 0.98 0.62
Hex C9 3F FD 15 4B 0 1 11C 62 3E
Octal 311 77 375 25 113 0 1 434 142 76
Binary 11001001 111111 11111101 10101 1001011 0 1 100011100 1100010 111110

Color Harmonies of #C93FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FFD

Black with #C93FFD

Text Example


Text Example

White with #C93FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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