Html Css Color HEX #C97ACB Orchid

📋 copy color: '#C97ACB'

red 201 ◦ green 122 ◦ blue 203

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

Shades of Orchid #C97ACB

Tints of Orchid #C97ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 38.21%
G = 23.19%
B = 38.59%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C97ACB (or 0xC97ACB) is known color: Orchid. HEX triplet: C9, 7A and CB. RGB value is (201,122,203). Sum of RGB (Red+Green+Blue) = 201+122+203=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C97ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ACB is #368534. Grayscale: #9A9A9A. Windows color (decimal): -3573045 or 13335241. OLE color: 13335241.

HSL color Cylindrical-coordinate representation of color #C97ACB: hue angle of 298.52º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97ACB is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 122 203 -
CMYK 0.01 0.40 0 0.20
HSL 298.52º 0.44% 0.64% -
HSV(B) 298.52º 0.4% 0.8% -
XYZ 41.83 30.65 60.21 -
YUV 154.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 201 122 203 0.01 0.40 0 0.20 298.52 0.44 0.64
Hex C9 7A CB 1 28 0 14 12B 2C 40
Octal 311 172 313 1 50 0 24 453 54 100
Binary 11001001 1111010 11001011 1 101000 0 10100 100101011 101100 1000000

Color Harmonies of #C97ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ACB

Black with #C97ACB

Text Example


Text Example

White with #C97ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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