Html Css Color HEX #951CCF Dark Orchid

📋 copy color: '#951CCF'

red 149 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #951CCF

Tints of Dark Orchid #951CCF

RGB

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

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

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

R = 38.8%
G = 7.29%
B = 53.91%

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

#951CCF (or 0x951CCF) is known color: Dark Orchid. HEX triplet: 95, 1C and CF. RGB value is (149,28,207). Sum of RGB (Red+Green+Blue) = 149+28+207=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #951CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CCF is #6AE330. Grayscale: #535353. Windows color (decimal): -7004977 or 13573269. OLE color: 13573269.

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

Color convert

RGB 149 28 207 -
CMYK 0.28 0.86 0 0.19
HSL 280.56º 0.76% 0.46% -
HSV(B) 280.56º 0.86% 0.81% -
XYZ 24.07 11.73 60.03 -
YUV 84.59 197.09 173.95 -
System Red Green Blue C M Y K H S L
Decimal 149 28 207 0.28 0.86 0 0.19 280.56 0.76 0.46
Hex 95 1C CF 1C 56 0 13 119 4C 2E
Octal 225 34 317 34 126 0 23 431 114 56
Binary 10010101 11100 11001111 11100 1010110 0 10011 100011001 1001100 101110

Color Harmonies of #951CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951CCF

Black with #951CCF

Text Example


Text Example

White with #951CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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