Html Css Color HEX #C971BF Orchid

📋 copy color: '#C971BF'

red 201 ◦ green 113 ◦ blue 191

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

Shades of Orchid #C971BF

Tints of Orchid #C971BF

RGB

 RED value IS 201 (78.91% from 255) = 39.8%

 GREEN value IS 113 (44.53% from 255) = 22.38%

 BLUE value IS 191 (75% from 255) = 37.82%

R = 39.8%
G = 22.38%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C971BF (or 0xC971BF) is known color: Orchid. HEX triplet: C9, 71 and BF. RGB value is (201,113,191). Sum of RGB (Red+Green+Blue) = 201+113+191=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 201 - color contains mainly: red. Hex color #C971BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971BF is #368E40. Grayscale: #939393. Windows color (decimal): -3575361 or 12546505. OLE color: 12546505.

HSL color Cylindrical-coordinate representation of color #C971BF: hue angle of 306.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971BF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 113 191 -
CMYK 0 0.44 0.05 0.21
HSL 306.82º 0.45% 0.62% -
HSV(B) 306.82º 0.44% 0.79% -
XYZ 39.4 27.99 52.62 -
YUV 148.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 201 113 191 0 0.44 0.05 0.21 306.82 0.45 0.62
Hex C9 71 BF 0 2C 5 15 133 2D 3E
Octal 311 161 277 0 54 5 25 463 55 76
Binary 11001001 1110001 10111111 0 101100 101 10101 100110011 101101 111110

Color Harmonies of #C971BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971BF

Black with #C971BF

Text Example


Text Example

White with #C971BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971BF; }

 p { color: rgb(201,113,191); }

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

background-color css

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

 a { background-color: rgb(201,113,191); }

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

border-color css

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

 span { border-color: rgb(201,113,191); }

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