Html Css Color HEX #C97AB8 Orchid

📋 copy color: '#C97AB8'

red 201 ◦ green 122 ◦ blue 184

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

Shades of Orchid #C97AB8

Tints of Orchid #C97AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 39.64%
G = 24.06%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C97AB8 (or 0xC97AB8) is known color: Orchid. HEX triplet: C9, 7A and B8. RGB value is (201,122,184). Sum of RGB (Red+Green+Blue) = 201+122+184=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C97AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97AB8 is #368547. Grayscale: #989898. Windows color (decimal): -3573064 or 12090057. OLE color: 12090057.

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

Color convert

RGB 201 122 184 -
CMYK 0 0.39 0.08 0.21
HSL 312.91º 0.42% 0.63% -
HSV(B) 312.91º 0.39% 0.79% -
XYZ 39.7 29.8 49.01 -
YUV 152.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 201 122 184 0 0.39 0.08 0.21 312.91 0.42 0.63
Hex C9 7A B8 0 27 8 15 139 2A 3F
Octal 311 172 270 0 47 10 25 471 52 77
Binary 11001001 1111010 10111000 0 100111 1000 10101 100111001 101010 111111

Color Harmonies of #C97AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AB8

Black with #C97AB8

Text Example


Text Example

White with #C97AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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