Html Css Color HEX #C97DBF Orchid

📋 copy color: '#C97DBF'

red 201 ◦ green 125 ◦ blue 191

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

Shades of Orchid #C97DBF

Tints of Orchid #C97DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.18%

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

R = 38.88%
G = 24.18%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C97DBF (or 0xC97DBF) is known color: Orchid. HEX triplet: C9, 7D and BF. RGB value is (201,125,191). Sum of RGB (Red+Green+Blue) = 201+125+191=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DBF is #368240. Grayscale: #9B9B9B. Windows color (decimal): -3572289 or 12549577. OLE color: 12549577.

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

Color convert

RGB 201 125 191 -
CMYK 0 0.38 0.05 0.21
HSL 307.89º 0.41% 0.64% -
HSV(B) 307.89º 0.38% 0.79% -
XYZ 40.82 30.85 53.09 -
YUV 155.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 201 125 191 0 0.38 0.05 0.21 307.89 0.41 0.64
Hex C9 7D BF 0 26 5 15 134 29 40
Octal 311 175 277 0 46 5 25 464 51 100
Binary 11001001 1111101 10111111 0 100110 101 10101 100110100 101001 1000000

Color Harmonies of #C97DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DBF

Black with #C97DBF

Text Example


Text Example

White with #C97DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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