Html Css Color HEX #C93DDA Medium Orchid

📋 copy color: '#C93DDA'

red 201 ◦ green 61 ◦ blue 218

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

Shades of Medium Orchid #C93DDA

Tints of Medium Orchid #C93DDA

RGB

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

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

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

R = 41.88%
G = 12.71%
B = 45.42%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C93DDA (or 0xC93DDA) is known color: Medium Orchid. HEX triplet: C9, 3D and DA. RGB value is (201,61,218). Sum of RGB (Red+Green+Blue) = 201+61+218=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #C93DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DDA is #36C225. Grayscale: #787878. Windows color (decimal): -3588646 or 14302665. OLE color: 14302665.

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

Color convert

RGB 201 61 218 -
CMYK 0.08 0.72 0 0.15
HSL 293.5º 0.68% 0.55% -
HSV(B) 293.5º 0.72% 0.85% -
XYZ 38.41 20.82 68.32 -
YUV 120.76 182.88 185.23 -
System Red Green Blue C M Y K H S L
Decimal 201 61 218 0.08 0.72 0 0.15 293.5 0.68 0.55
Hex C9 3D DA 8 48 0 F 126 44 37
Octal 311 75 332 10 110 0 17 446 104 67
Binary 11001001 111101 11011010 1000 1001000 0 1111 100100110 1000100 110111

Color Harmonies of #C93DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DDA

Black with #C93DDA

Text Example


Text Example

White with #C93DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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