Html Css Color HEX #C97CBB Orchid

📋 copy color: '#C97CBB'

red 201 ◦ green 124 ◦ blue 187

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

Shades of Orchid #C97CBB

Tints of Orchid #C97CBB

RGB

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

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

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

R = 39.26%
G = 24.22%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C97CBB (or 0xC97CBB) is known color: Orchid. HEX triplet: C9, 7C and BB. RGB value is (201,124,187). Sum of RGB (Red+Green+Blue) = 201+124+187=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C97CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97CBB is #368344. Grayscale: #9A9A9A. Windows color (decimal): -3572549 or 12287177. OLE color: 12287177.

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

Color convert

RGB 201 124 187 -
CMYK 0 0.38 0.07 0.21
HSL 310.91º 0.42% 0.64% -
HSV(B) 310.91º 0.38% 0.79% -
XYZ 40.26 30.42 50.76 -
YUV 154.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 201 124 187 0 0.38 0.07 0.21 310.91 0.42 0.64
Hex C9 7C BB 0 26 7 15 137 2A 40
Octal 311 174 273 0 46 7 25 467 52 100
Binary 11001001 1111100 10111011 0 100110 111 10101 100110111 101010 1000000

Color Harmonies of #C97CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CBB

Black with #C97CBB

Text Example


Text Example

White with #C97CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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