Html Css Color HEX #C97ABA Orchid

📋 copy color: '#C97ABA'

red 201 ◦ green 122 ◦ blue 186

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

Shades of Orchid #C97ABA

Tints of Orchid #C97ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 39.49%
G = 23.97%
B = 36.54%

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

#C97ABA (or 0xC97ABA) is known color: Orchid. HEX triplet: C9, 7A and BA. RGB value is (201,122,186). Sum of RGB (Red+Green+Blue) = 201+122+186=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C97ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ABA is #368545. Grayscale: #989898. Windows color (decimal): -3573062 or 12221129. OLE color: 12221129.

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

Color convert

RGB 201 122 186 -
CMYK 0 0.39 0.07 0.21
HSL 311.39º 0.42% 0.63% -
HSV(B) 311.39º 0.39% 0.79% -
XYZ 39.91 29.88 50.12 -
YUV 152.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 201 122 186 0 0.39 0.07 0.21 311.39 0.42 0.63
Hex C9 7A BA 0 27 7 15 137 2A 3F
Octal 311 172 272 0 47 7 25 467 52 77
Binary 11001001 1111010 10111010 0 100111 111 10101 100110111 101010 111111

Color Harmonies of #C97ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ABA

Black with #C97ABA

Text Example


Text Example

White with #C97ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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