Html Css Color HEX #C93FDA Medium Orchid

📋 copy color: '#C93FDA'

red 201 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #C93FDA

Tints of Medium Orchid #C93FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 41.7%
G = 13.07%
B = 45.23%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C93FDA (or 0xC93FDA) is known color: Medium Orchid. HEX triplet: C9, 3F and DA. RGB value is (201,63,218). Sum of RGB (Red+Green+Blue) = 201+63+218=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #C93FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FDA is #36C025. Grayscale: #797979. Windows color (decimal): -3588134 or 14303177. OLE color: 14303177.

HSL color Cylindrical-coordinate representation of color #C93FDA: hue angle of 293.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93FDA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 63 218 -
CMYK 0.08 0.71 0 0.15
HSL 293.42º 0.68% 0.55% -
HSV(B) 293.42º 0.71% 0.85% -
XYZ 38.52 21.03 68.36 -
YUV 121.93 182.22 184.4 -
System Red Green Blue C M Y K H S L
Decimal 201 63 218 0.08 0.71 0 0.15 293.42 0.68 0.55
Hex C9 3F DA 8 47 0 F 125 44 37
Octal 311 77 332 10 107 0 17 445 104 67
Binary 11001001 111111 11011010 1000 1000111 0 1111 100100101 1000100 110111

Color Harmonies of #C93FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93FDA

Black with #C93FDA

Text Example


Text Example

White with #C93FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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