Html Css Color HEX #951ECC Dark Orchid

📋 copy color: '#951ECC'

red 149 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #951ECC

Tints of Dark Orchid #951ECC

RGB

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

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

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

R = 38.9%
G = 7.83%
B = 53.26%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#951ECC (or 0x951ECC) is known color: Dark Orchid. HEX triplet: 95, 1E and CC. RGB value is (149,30,204). Sum of RGB (Red+Green+Blue) = 149+30+204=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #951ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ECC is #6AE133. Grayscale: #545454. Windows color (decimal): -7004468 or 13377173. OLE color: 13377173.

HSL color Cylindrical-coordinate representation of color #951ECC: hue angle of 281.03º 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 #951ECC is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 30 204 -
CMYK 0.27 0.85 0 0.2
HSL 281.03º 0.74% 0.46% -
HSV(B) 281.03º 0.85% 0.8% -
XYZ 23.76 11.68 58.13 -
YUV 85.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 149 30 204 0.27 0.85 0 0.2 281.03 0.74 0.46
Hex 95 1E CC 1B 55 0 14 119 4A 2E
Octal 225 36 314 33 125 0 24 431 112 56
Binary 10010101 11110 11001100 11011 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #951ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ECC

Black with #951ECC

Text Example


Text Example

White with #951ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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