Html Css Color HEX #C97CBF Orchid

📋 copy color: '#C97CBF'

red 201 ◦ green 124 ◦ blue 191

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

Shades of Orchid #C97CBF

Tints of Orchid #C97CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.03%

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

R = 38.95%
G = 24.03%
B = 37.02%

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

#C97CBF (or 0xC97CBF) is known color: Orchid. HEX triplet: C9, 7C and BF. RGB value is (201,124,191). Sum of RGB (Red+Green+Blue) = 201+124+191=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CBF is #368340. Grayscale: #9A9A9A. Windows color (decimal): -3572545 or 12549321. OLE color: 12549321.

HSL color Cylindrical-coordinate representation of color #C97CBF: hue angle of 307.79º degrees, saturation: 0.42, 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 #C97CBF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 124 191 -
CMYK 0 0.38 0.05 0.21
HSL 307.79º 0.42% 0.64% -
HSV(B) 307.79º 0.38% 0.79% -
XYZ 40.7 30.59 53.05 -
YUV 154.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 201 124 191 0 0.38 0.05 0.21 307.79 0.42 0.64
Hex C9 7C BF 0 26 5 15 134 2A 40
Octal 311 174 277 0 46 5 25 464 52 100
Binary 11001001 1111100 10111111 0 100110 101 10101 100110100 101010 1000000

Color Harmonies of #C97CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CBF

Black with #C97CBF

Text Example


Text Example

White with #C97CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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