Html Css Color HEX #C97ACC Orchid

📋 copy color: '#C97ACC'

red 201 ◦ green 122 ◦ blue 204

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

Shades of Orchid #C97ACC

Tints of Orchid #C97ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 38.14%
G = 23.15%
B = 38.71%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C97ACC (or 0xC97ACC) is known color: Orchid. HEX triplet: C9, 7A and CC. RGB value is (201,122,204). Sum of RGB (Red+Green+Blue) = 201+122+204=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C97ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97ACC is #368533. Grayscale: #9A9A9A. Windows color (decimal): -3573044 or 13400777. OLE color: 13400777.

HSL color Cylindrical-coordinate representation of color #C97ACC: hue angle of 297.8º degrees, saturation: 0.45, 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 #C97ACC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 122 204 -
CMYK 0.01 0.40 0 0.2
HSL 297.8º 0.45% 0.64% -
HSV(B) 297.8º 0.4% 0.8% -
XYZ 41.95 30.7 60.84 -
YUV 154.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 201 122 204 0.01 0.40 0 0.2 297.8 0.45 0.64
Hex C9 7A CC 1 28 0 14 12A 2D 40
Octal 311 172 314 1 50 0 24 452 55 100
Binary 11001001 1111010 11001100 1 101000 0 10100 100101010 101101 1000000

Color Harmonies of #C97ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97ACC

Black with #C97ACC

Text Example


Text Example

White with #C97ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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