Html Css Color HEX #951ECB Dark Orchid

📋 copy color: '#951ECB'

red 149 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #951ECB

Tints of Dark Orchid #951ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 39.01%
G = 7.85%
B = 53.14%

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

#951ECB (or 0x951ECB) is known color: Dark Orchid. HEX triplet: 95, 1E and CB. RGB value is (149,30,203). Sum of RGB (Red+Green+Blue) = 149+30+203=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #951ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ECB is #6AE134. Grayscale: #545454. Windows color (decimal): -7004469 or 13311637. OLE color: 13311637.

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

Color convert

RGB 149 30 203 -
CMYK 0.27 0.85 0 0.20
HSL 281.27º 0.74% 0.46% -
HSV(B) 281.27º 0.85% 0.8% -
XYZ 23.64 11.63 57.5 -
YUV 85.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 149 30 203 0.27 0.85 0 0.20 281.27 0.74 0.46
Hex 95 1E CB 1B 55 0 14 119 4A 2E
Octal 225 36 313 33 125 0 24 431 112 56
Binary 10010101 11110 11001011 11011 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #951ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ECB

Black with #951ECB

Text Example


Text Example

White with #951ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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