Html Css Color HEX #C98AFF Heliotrope

📋 copy color: '#C98AFF'

red 201 ◦ green 138 ◦ blue 255

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

Shades of Heliotrope #C98AFF

Tints of Heliotrope #C98AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.23%

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

R = 33.84%
G = 23.23%
B = 42.93%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C98AFF (or 0xC98AFF) is known color: Heliotrope. HEX triplet: C9, 8A and FF. RGB value is (201,138,255). Sum of RGB (Red+Green+Blue) = 201+138+255=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #C98AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98AFF is #367500. Grayscale: #A9A9A9. Windows color (decimal): -3568897 or 16747209. OLE color: 16747209.

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

Color convert

RGB 201 138 255 -
CMYK 0.21 0.46 0 0
HSL 272.31º 1% 0.77% -
HSV(B) 272.31º 0.46% 1% -
XYZ 51.23 37.81 99.21 -
YUV 170.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 201 138 255 0.21 0.46 0 0 272.31 1 0.77
Hex C9 8A FF 15 2E 0 0 110 64 4D
Octal 311 212 377 25 56 0 0 420 144 115
Binary 11001001 10001010 11111111 10101 101110 0 0 100010000 1100100 1001101

Color Harmonies of #C98AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98AFF

Black with #C98AFF

Text Example


Text Example

White with #C98AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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