Html Css Color HEX #952CCE Dark Orchid

📋 copy color: '#952CCE'

red 149 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #952CCE

Tints of Dark Orchid #952CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

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

R = 37.34%
G = 11.03%
B = 51.63%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#952CCE (or 0x952CCE) is known color: Dark Orchid. HEX triplet: 95, 2C and CE. RGB value is (149,44,206). Sum of RGB (Red+Green+Blue) = 149+44+206=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #952CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CCE is #6AD331. Grayscale: #5D5D5D. Windows color (decimal): -7000882 or 13511829. OLE color: 13511829.

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

Color convert

RGB 149 44 206 -
CMYK 0.28 0.79 0 0.19
HSL 278.89º 0.65% 0.49% -
HSV(B) 278.89º 0.79% 0.81% -
XYZ 24.44 12.65 59.55 -
YUV 93.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 149 44 206 0.28 0.79 0 0.19 278.89 0.65 0.49
Hex 95 2C CE 1C 4F 0 13 117 41 31
Octal 225 54 316 34 117 0 23 427 101 61
Binary 10010101 101100 11001110 11100 1001111 0 10011 100010111 1000001 110001

Color Harmonies of #952CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CCE

Black with #952CCE

Text Example


Text Example

White with #952CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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