Html Css Color HEX #C93DFF Medium Orchid

📋 copy color: '#C93DFF'

red 201 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #C93DFF

Tints of Medium Orchid #C93DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.8%

 BLUE value IS 255 (100% from 255) = 49.32%

R = 38.88%
G = 11.8%
B = 49.32%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C93DFF (or 0xC93DFF) is known color: Medium Orchid. HEX triplet: C9, 3D and FF. RGB value is (201,61,255). Sum of RGB (Red+Green+Blue) = 201+61+255=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C93DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93DFF is #36C200. Grayscale: #7C7C7C. Windows color (decimal): -3588609 or 16727497. OLE color: 16727497.

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

Color convert

RGB 201 61 255 -
CMYK 0.21 0.76 0 0
HSL 283.3º 1% 0.62% -
HSV(B) 283.3º 0.76% 1% -
XYZ 43.81 22.97 96.73 -
YUV 124.98 201.38 182.23 -
System Red Green Blue C M Y K H S L
Decimal 201 61 255 0.21 0.76 0 0 283.3 1 0.62
Hex C9 3D FF 15 4C 0 0 11B 64 3E
Octal 311 75 377 25 114 0 0 433 144 76
Binary 11001001 111101 11111111 10101 1001100 0 0 100011011 1100100 111110

Color Harmonies of #C93DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DFF

Black with #C93DFF

Text Example


Text Example

White with #C93DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DFF; }

 p { color: rgb(201,61,255); }

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

background-color css

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

 a { background-color: rgb(201,61,255); }

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

border-color css

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

 span { border-color: rgb(201,61,255); }

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