Html Css Color HEX #C97FBB Orchid

📋 copy color: '#C97FBB'

red 201 ◦ green 127 ◦ blue 187

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

Shades of Orchid #C97FBB

Tints of Orchid #C97FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 24.66%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 39.03%
G = 24.66%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C97FBB (or 0xC97FBB) is known color: Orchid. HEX triplet: C9, 7F and BB. RGB value is (201,127,187). Sum of RGB (Red+Green+Blue) = 201+127+187=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FBB is #368044. Grayscale: #9B9B9B. Windows color (decimal): -3571781 or 12287945. OLE color: 12287945.

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

Color convert

RGB 201 127 187 -
CMYK 0 0.37 0.07 0.21
HSL 311.35º 0.41% 0.64% -
HSV(B) 311.35º 0.37% 0.79% -
XYZ 40.65 31.18 50.89 -
YUV 155.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 201 127 187 0 0.37 0.07 0.21 311.35 0.41 0.64
Hex C9 7F BB 0 25 7 15 137 29 40
Octal 311 177 273 0 45 7 25 467 51 100
Binary 11001001 1111111 10111011 0 100101 111 10101 100110111 101001 1000000

Color Harmonies of #C97FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FBB

Black with #C97FBB

Text Example


Text Example

White with #C97FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FBB; }

 p { color: rgb(201,127,187); }

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

background-color css

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

 a { background-color: rgb(201,127,187); }

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

border-color css

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

 span { border-color: rgb(201,127,187); }

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