Html Css Color HEX #951EC2 Dark Orchid

📋 copy color: '#951EC2'

red 149 ◦ green 30 ◦ blue 194

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

Shades of Dark Orchid #951EC2

Tints of Dark Orchid #951EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.01%

R = 39.95%
G = 8.04%
B = 52.01%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#951EC2 (or 0x951EC2) is known color: Dark Orchid. HEX triplet: 95, 1E and C2. RGB value is (149,30,194). Sum of RGB (Red+Green+Blue) = 149+30+194=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 194 (76.17% from 255 or 52.01% from 373); Max value from RGB is 194 - color contains mainly: blue. Hex color #951EC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EC2 is #6AE13D. Grayscale: #535353. Windows color (decimal): -7004478 or 12721813. OLE color: 12721813.

HSL color Cylindrical-coordinate representation of color #951EC2: hue angle of 283.54º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951EC2 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 30 194 -
CMYK 0.23 0.85 0 0.24
HSL 283.54º 0.73% 0.44% -
HSV(B) 283.54º 0.85% 0.76% -
XYZ 22.6 11.21 52.01 -
YUV 84.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 149 30 194 0.23 0.85 0 0.24 283.54 0.73 0.44
Hex 95 1E C2 17 55 0 18 11C 49 2C
Octal 225 36 302 27 125 0 30 434 111 54
Binary 10010101 11110 11000010 10111 1010101 0 11000 100011100 1001001 101100

Color Harmonies of #951EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EC2

Black with #951EC2

Text Example


Text Example

White with #951EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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