Html Css Color HEX #C97ABB Orchid

📋 copy color: '#C97ABB'

red 201 ◦ green 122 ◦ blue 187

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

Shades of Orchid #C97ABB

Tints of Orchid #C97ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.92%

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

R = 39.41%
G = 23.92%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C97ABB (or 0xC97ABB) is known color: Orchid. HEX triplet: C9, 7A and BB. RGB value is (201,122,187). Sum of RGB (Red+Green+Blue) = 201+122+187=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C97ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ABB is #368544. Grayscale: #989898. Windows color (decimal): -3573061 or 12286665. OLE color: 12286665.

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

Color convert

RGB 201 122 187 -
CMYK 0 0.39 0.07 0.21
HSL 310.63º 0.42% 0.63% -
HSV(B) 310.63º 0.39% 0.79% -
XYZ 40.02 29.92 50.68 -
YUV 153.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 201 122 187 0 0.39 0.07 0.21 310.63 0.42 0.63
Hex C9 7A BB 0 27 7 15 137 2A 3F
Octal 311 172 273 0 47 7 25 467 52 77
Binary 11001001 1111010 10111011 0 100111 111 10101 100110111 101010 111111

Color Harmonies of #C97ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ABB

Black with #C97ABB

Text Example


Text Example

White with #C97ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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