Html Css Color HEX #951DCF Dark Orchid

📋 copy color: '#951DCF'

red 149 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #951DCF

Tints of Dark Orchid #951DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.53%

 BLUE value IS 207 (81.25% from 255) = 53.77%

R = 38.7%
G = 7.53%
B = 53.77%

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

#951DCF (or 0x951DCF) is known color: Dark Orchid. HEX triplet: 95, 1D and CF. RGB value is (149,29,207). Sum of RGB (Red+Green+Blue) = 149+29+207=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #951DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DCF is #6AE230. Grayscale: #545454. Windows color (decimal): -7004721 or 13573525. OLE color: 13573525.

HSL color Cylindrical-coordinate representation of color #951DCF: hue angle of 280.45º degrees, saturation: 0.75, 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 #951DCF is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 29 207 -
CMYK 0.28 0.86 0 0.19
HSL 280.45º 0.75% 0.46% -
HSV(B) 280.45º 0.86% 0.81% -
XYZ 24.1 11.77 60.03 -
YUV 85.17 196.76 173.53 -
System Red Green Blue C M Y K H S L
Decimal 149 29 207 0.28 0.86 0 0.19 280.45 0.75 0.46
Hex 95 1D CF 1C 56 0 13 118 4B 2E
Octal 225 35 317 34 126 0 23 430 113 56
Binary 10010101 11101 11001111 11100 1010110 0 10011 100011000 1001011 101110

Color Harmonies of #951DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951DCF

Black with #951DCF

Text Example


Text Example

White with #951DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,29,207); }

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

background-color css

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

 a { background-color: rgb(149,29,207); }

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

border-color css

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

 span { border-color: rgb(149,29,207); }

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