Html Css Color HEX #951CCE Dark Orchid

📋 copy color: '#951CCE'

red 149 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #951CCE

Tints of Dark Orchid #951CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 38.9%
G = 7.31%
B = 53.79%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#951CCE (or 0x951CCE) is known color: Dark Orchid. HEX triplet: 95, 1C and CE. RGB value is (149,28,206). Sum of RGB (Red+Green+Blue) = 149+28+206=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #951CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CCE is #6AE331. Grayscale: #535353. Windows color (decimal): -7004978 or 13507733. OLE color: 13507733.

HSL color Cylindrical-coordinate representation of color #951CCE: hue angle of 280.79º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951CCE is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 28 206 -
CMYK 0.28 0.86 0 0.19
HSL 280.79º 0.76% 0.46% -
HSV(B) 280.79º 0.86% 0.81% -
XYZ 23.95 11.68 59.38 -
YUV 84.47 196.59 174.03 -
System Red Green Blue C M Y K H S L
Decimal 149 28 206 0.28 0.86 0 0.19 280.79 0.76 0.46
Hex 95 1C CE 1C 56 0 13 119 4C 2E
Octal 225 34 316 34 126 0 23 431 114 56
Binary 10010101 11100 11001110 11100 1010110 0 10011 100011001 1001100 101110

Color Harmonies of #951CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CCE

Black with #951CCE

Text Example


Text Example

White with #951CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,28,206); }

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

background-color css

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

 a { background-color: rgb(149,28,206); }

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

border-color css

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

 span { border-color: rgb(149,28,206); }

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