Html Css Color HEX #C97AFF Heliotrope

📋 copy color: '#C97AFF'

red 201 ◦ green 122 ◦ blue 255

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

Shades of Heliotrope #C97AFF

Tints of Heliotrope #C97AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 34.78%
G = 21.11%
B = 44.12%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C97AFF (or 0xC97AFF) is known color: Heliotrope. HEX triplet: C9, 7A and FF. RGB value is (201,122,255). Sum of RGB (Red+Green+Blue) = 201+122+255=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #C97AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97AFF is #368500. Grayscale: #A0A0A0. Windows color (decimal): -3572993 or 16743113. OLE color: 16743113.

HSL color Cylindrical-coordinate representation of color #C97AFF: hue angle of 275.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97AFF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 122 255 -
CMYK 0.21 0.52 0 0
HSL 275.64º 1% 0.74% -
HSV(B) 275.64º 0.52% 1% -
XYZ 49.1 33.56 98.5 -
YUV 160.78 181.17 156.69 -
System Red Green Blue C M Y K H S L
Decimal 201 122 255 0.21 0.52 0 0 275.64 1 0.74
Hex C9 7A FF 15 34 0 0 114 64 4A
Octal 311 172 377 25 64 0 0 424 144 112
Binary 11001001 1111010 11111111 10101 110100 0 0 100010100 1100100 1001010

Color Harmonies of #C97AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AFF

Black with #C97AFF

Text Example


Text Example

White with #C97AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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