Html Css Color HEX #C97FBE Orchid

📋 copy color: '#C97FBE'

red 201 ◦ green 127 ◦ blue 190

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

Shades of Orchid #C97FBE

Tints of Orchid #C97FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.68%

R = 38.8%
G = 24.52%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C97FBE (or 0xC97FBE) is known color: Orchid. HEX triplet: C9, 7F and BE. RGB value is (201,127,190). Sum of RGB (Red+Green+Blue) = 201+127+190=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FBE is #368041. Grayscale: #9C9C9C. Windows color (decimal): -3571778 or 12484553. OLE color: 12484553.

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

Color convert

RGB 201 127 190 -
CMYK 0 0.37 0.05 0.21
HSL 308.92º 0.41% 0.64% -
HSV(B) 308.92º 0.37% 0.79% -
XYZ 40.97 31.31 52.6 -
YUV 156.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 201 127 190 0 0.37 0.05 0.21 308.92 0.41 0.64
Hex C9 7F BE 0 25 5 15 135 29 40
Octal 311 177 276 0 45 5 25 465 51 100
Binary 11001001 1111111 10111110 0 100101 101 10101 100110101 101001 1000000

Color Harmonies of #C97FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FBE

Black with #C97FBE

Text Example


Text Example

White with #C97FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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