Html Css Color HEX #C93FDE Medium Orchid

📋 copy color: '#C93FDE'

red 201 ◦ green 63 ◦ blue 222

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

Shades of Medium Orchid #C93FDE

Tints of Medium Orchid #C93FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 41.36%
G = 12.96%
B = 45.68%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C93FDE (or 0xC93FDE) is known color: Medium Orchid. HEX triplet: C9, 3F and DE. RGB value is (201,63,222). Sum of RGB (Red+Green+Blue) = 201+63+222=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C93FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FDE is #36C021. Grayscale: #797979. Windows color (decimal): -3588130 or 14565321. OLE color: 14565321.

HSL color Cylindrical-coordinate representation of color #C93FDE: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93FDE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 63 222 -
CMYK 0.09 0.72 0 0.13
HSL 292.08º 0.71% 0.56% -
HSV(B) 292.08º 0.72% 0.87% -
XYZ 39.05 21.25 71.15 -
YUV 122.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 201 63 222 0.09 0.72 0 0.13 292.08 0.71 0.56
Hex C9 3F DE 9 48 0 D 124 47 38
Octal 311 77 336 11 110 0 15 444 107 70
Binary 11001001 111111 11011110 1001 1001000 0 1101 100100100 1000111 111000

Color Harmonies of #C93FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FDE

Black with #C93FDE

Text Example


Text Example

White with #C93FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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