Html Css Color HEX #952CCA Dark Orchid

📋 copy color: '#952CCA'

red 149 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #952CCA

Tints of Dark Orchid #952CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 37.72%
G = 11.14%
B = 51.14%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#952CCA (or 0x952CCA) is known color: Dark Orchid. HEX triplet: 95, 2C and CA. RGB value is (149,44,202). Sum of RGB (Red+Green+Blue) = 149+44+202=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #952CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CCA is #6AD335. Grayscale: #5C5C5C. Windows color (decimal): -7000886 or 13249685. OLE color: 13249685.

HSL color Cylindrical-coordinate representation of color #952CCA: hue angle of 279.87º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952CCA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 44 202 -
CMYK 0.26 0.78 0 0.21
HSL 279.87º 0.64% 0.48% -
HSV(B) 279.87º 0.78% 0.79% -
XYZ 23.96 12.46 57.02 -
YUV 93.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 149 44 202 0.26 0.78 0 0.21 279.87 0.64 0.48
Hex 95 2C CA 1A 4E 0 15 118 40 30
Octal 225 54 312 32 116 0 25 430 100 60
Binary 10010101 101100 11001010 11010 1001110 0 10101 100011000 1000000 110000

Color Harmonies of #952CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CCA

Black with #952CCA

Text Example


Text Example

White with #952CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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