Html Css Color HEX #951DCC Dark Orchid

📋 copy color: '#951DCC'

red 149 ◦ green 29 ◦ blue 204

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

Shades of Dark Orchid #951DCC

Tints of Dark Orchid #951DCC

RGB

 RED value IS 149 (58.59% from 255) = 39.01%

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 39.01%
G = 7.59%
B = 53.4%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#951DCC (or 0x951DCC) is known color: Dark Orchid. HEX triplet: 95, 1D and CC. RGB value is (149,29,204). Sum of RGB (Red+Green+Blue) = 149+29+204=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #951DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DCC is #6AE233. Grayscale: #545454. Windows color (decimal): -7004724 or 13376917. OLE color: 13376917.

HSL color Cylindrical-coordinate representation of color #951DCC: hue angle of 281.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951DCC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 29 204 -
CMYK 0.27 0.86 0 0.2
HSL 281.14º 0.75% 0.46% -
HSV(B) 281.14º 0.86% 0.8% -
XYZ 23.73 11.63 58.12 -
YUV 84.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 149 29 204 0.27 0.86 0 0.2 281.14 0.75 0.46
Hex 95 1D CC 1B 56 0 14 119 4B 2E
Octal 225 35 314 33 126 0 24 431 113 56
Binary 10010101 11101 11001100 11011 1010110 0 10100 100011001 1001011 101110

Color Harmonies of #951DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DCC

Black with #951DCC

Text Example


Text Example

White with #951DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951DCC; }

 p { color: rgb(149,29,204); }

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

background-color css

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

 a { background-color: rgb(149,29,204); }

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

border-color css

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

 span { border-color: rgb(149,29,204); }

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