Html Css Color HEX #C93DDC Medium Orchid

📋 copy color: '#C93DDC'

red 201 ◦ green 61 ◦ blue 220

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

Shades of Medium Orchid #C93DDC

Tints of Medium Orchid #C93DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 41.7%
G = 12.66%
B = 45.64%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C93DDC (or 0xC93DDC) is known color: Medium Orchid. HEX triplet: C9, 3D and DC. RGB value is (201,61,220). Sum of RGB (Red+Green+Blue) = 201+61+220=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 61 (24.22% from 255 or 12.66% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C93DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DDC is #36C223. Grayscale: #787878. Windows color (decimal): -3588644 or 14433737. OLE color: 14433737.

HSL color Cylindrical-coordinate representation of color #C93DDC: hue angle of 292.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93DDC is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 61 220 -
CMYK 0.09 0.72 0 0.14
HSL 292.83º 0.69% 0.55% -
HSV(B) 292.83º 0.72% 0.86% -
XYZ 38.67 20.92 69.71 -
YUV 120.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 201 61 220 0.09 0.72 0 0.14 292.83 0.69 0.55
Hex C9 3D DC 9 48 0 E 125 45 37
Octal 311 75 334 11 110 0 16 445 105 67
Binary 11001001 111101 11011100 1001 1001000 0 1110 100100101 1000101 110111

Color Harmonies of #C93DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93DDC

Black with #C93DDC

Text Example


Text Example

White with #C93DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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