Html Css Color HEX #963CDC Dark Orchid

📋 copy color: '#963CDC'

red 150 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #963CDC

Tints of Dark Orchid #963CDC

RGB

 RED value IS 150 (58.98% from 255) = 34.88%

 GREEN value IS 60 (23.83% from 255) = 13.95%

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

R = 34.88%
G = 13.95%
B = 51.16%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#963CDC (or 0x963CDC) is known color: Dark Orchid. HEX triplet: 96, 3C and DC. RGB value is (150,60,220). Sum of RGB (Red+Green+Blue) = 150+60+220=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #963CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CDC is #69C323. Grayscale: #686868. Windows color (decimal): -6931236 or 14433430. OLE color: 14433430.

HSL color Cylindrical-coordinate representation of color #963CDC: hue angle of 273.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963CDC is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 60 220 -
CMYK 0.32 0.73 0 0.14
HSL 273.75º 0.7% 0.55% -
HSV(B) 273.75º 0.73% 0.86% -
XYZ 27.11 14.88 69.15 -
YUV 105.15 192.82 159.99 -
System Red Green Blue C M Y K H S L
Decimal 150 60 220 0.32 0.73 0 0.14 273.75 0.7 0.55
Hex 96 3C DC 20 49 0 E 112 46 37
Octal 226 74 334 40 111 0 16 422 106 67
Binary 10010110 111100 11011100 100000 1001001 0 1110 100010010 1000110 110111

Color Harmonies of #963CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963CDC

Black with #963CDC

Text Example


Text Example

White with #963CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963CDC; }

 p { color: rgb(150,60,220); }

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

background-color css

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

 a { background-color: rgb(150,60,220); }

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

border-color css

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

 span { border-color: rgb(150,60,220); }

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