Html Css Color HEX #951ECD Dark Orchid

📋 copy color: '#951ECD'

red 149 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #951ECD

Tints of Dark Orchid #951ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.81%

 BLUE value IS 205 (80.47% from 255) = 53.39%

R = 38.8%
G = 7.81%
B = 53.39%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#951ECD (or 0x951ECD) is known color: Dark Orchid. HEX triplet: 95, 1E and CD. RGB value is (149,30,205). Sum of RGB (Red+Green+Blue) = 149+30+205=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #951ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ECD is #6AE132. Grayscale: #545454. Windows color (decimal): -7004467 or 13442709. OLE color: 13442709.

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

Color convert

RGB 149 30 205 -
CMYK 0.27 0.85 0 0.20
HSL 280.8º 0.74% 0.46% -
HSV(B) 280.8º 0.85% 0.8% -
XYZ 23.88 11.73 58.76 -
YUV 85.53 195.42 173.27 -
System Red Green Blue C M Y K H S L
Decimal 149 30 205 0.27 0.85 0 0.20 280.8 0.74 0.46
Hex 95 1E CD 1B 55 0 14 119 4A 2E
Octal 225 36 315 33 125 0 24 431 112 56
Binary 10010101 11110 11001101 11011 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #951ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ECD

Black with #951ECD

Text Example


Text Example

White with #951ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,30,205); }

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

background-color css

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

 a { background-color: rgb(149,30,205); }

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

border-color css

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

 span { border-color: rgb(149,30,205); }

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