Html Css Color HEX #962DC3 Dark Orchid

📋 copy color: '#962DC3'

red 150 ◦ green 45 ◦ blue 195

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

Shades of Dark Orchid #962DC3

Tints of Dark Orchid #962DC3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 195 (76.56% from 255) = 50%

R = 38.46%
G = 11.54%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#962DC3 (or 0x962DC3) is known color: Dark Orchid. HEX triplet: 96, 2D and C3. RGB value is (150,45,195). Sum of RGB (Red+Green+Blue) = 150+45+195=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 195 (76.56% from 255 or 50% from 390); Max value from RGB is 195 - color contains mainly: blue. Hex color #962DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DC3 is #69D23C. Grayscale: #5D5D5D. Windows color (decimal): -6935101 or 12791190. OLE color: 12791190.

HSL color Cylindrical-coordinate representation of color #962DC3: hue angle of 282º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962DC3 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 45 195 -
CMYK 0.23 0.77 0 0.24
HSL 282º 0.63% 0.47% -
HSV(B) 282º 0.77% 0.76% -
XYZ 23.37 12.3 52.77 -
YUV 93.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 150 45 195 0.23 0.77 0 0.24 282 0.63 0.47
Hex 96 2D C3 17 4D 0 18 11A 3E 2F
Octal 226 55 303 27 115 0 30 432 76 57
Binary 10010110 101101 11000011 10111 1001101 0 11000 100011010 111110 101111

Color Harmonies of #962DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962DC3

Black with #962DC3

Text Example


Text Example

White with #962DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962DC3; }

 p { color: rgb(150,45,195); }

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

background-color css

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

 a { background-color: rgb(150,45,195); }

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

border-color css

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

 span { border-color: rgb(150,45,195); }

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