Html Css Color HEX #971CCA Dark Orchid

📋 copy color: '#971CCA'

red 151 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #971CCA

Tints of Dark Orchid #971CCA

RGB

 RED value IS 151 (59.38% from 255) = 39.63%

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

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

R = 39.63%
G = 7.35%
B = 53.02%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#971CCA (or 0x971CCA) is known color: Dark Orchid. HEX triplet: 97, 1C and CA. RGB value is (151,28,202). Sum of RGB (Red+Green+Blue) = 151+28+202=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #971CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CCA is #68E335. Grayscale: #545454. Windows color (decimal): -6873910 or 13245591. OLE color: 13245591.

HSL color Cylindrical-coordinate representation of color #971CCA: hue angle of 282.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971CCA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 28 202 -
CMYK 0.25 0.86 0 0.21
HSL 282.41º 0.76% 0.45% -
HSV(B) 282.41º 0.86% 0.79% -
XYZ 23.84 11.67 56.87 -
YUV 84.61 194.25 175.35 -
System Red Green Blue C M Y K H S L
Decimal 151 28 202 0.25 0.86 0 0.21 282.41 0.76 0.45
Hex 97 1C CA 19 56 0 15 11A 4C 2D
Octal 227 34 312 31 126 0 25 432 114 55
Binary 10010111 11100 11001010 11001 1010110 0 10101 100011010 1001100 101101

Color Harmonies of #971CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CCA

Black with #971CCA

Text Example


Text Example

White with #971CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,202); }

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

background-color css

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

 a { background-color: rgb(151,28,202); }

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

border-color css

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

 span { border-color: rgb(151,28,202); }

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