Html Css Color HEX #C962DC Medium Orchid

📋 copy color: '#C962DC'

red 201 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #C962DC

Tints of Medium Orchid #C962DC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.88%

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

R = 38.73%
G = 18.88%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C962DC (or 0xC962DC) is known color: Medium Orchid. HEX triplet: C9, 62 and DC. RGB value is (201,98,220). Sum of RGB (Red+Green+Blue) = 201+98+220=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 98 (38.67% from 255 or 18.88% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C962DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962DC is #369D23. Grayscale: #8E8E8E. Windows color (decimal): -3579172 or 14443209. OLE color: 14443209.

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

Color convert

RGB 201 98 220 -
CMYK 0.09 0.55 0 0.14
HSL 290.66º 0.64% 0.62% -
HSV(B) 290.66º 0.55% 0.86% -
XYZ 41.37 26.32 70.61 -
YUV 142.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 201 98 220 0.09 0.55 0 0.14 290.66 0.64 0.62
Hex C9 62 DC 9 37 0 E 123 40 3E
Octal 311 142 334 11 67 0 16 443 100 76
Binary 11001001 1100010 11011100 1001 110111 0 1110 100100011 1000000 111110

Color Harmonies of #C962DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962DC

Black with #C962DC

Text Example


Text Example

White with #C962DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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