Html Css Color HEX #C98DFD Heliotrope

📋 copy color: '#C98DFD'

red 201 ◦ green 141 ◦ blue 253

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

Shades of Heliotrope #C98DFD

Tints of Heliotrope #C98DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.7%

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 33.78%
G = 23.7%
B = 42.52%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C98DFD (or 0xC98DFD) is known color: Heliotrope. HEX triplet: C9, 8D and FD. RGB value is (201,141,253). Sum of RGB (Red+Green+Blue) = 201+141+253=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98DFD is #367202. Grayscale: #ABABAB. Windows color (decimal): -3568131 or 16616905. OLE color: 16616905.

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

Color convert

RGB 201 141 253 -
CMYK 0.21 0.44 0 0.01
HSL 272.14º 0.97% 0.77% -
HSV(B) 272.14º 0.44% 0.99% -
XYZ 51.34 38.56 97.67 -
YUV 171.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 201 141 253 0.21 0.44 0 0.01 272.14 0.97 0.77
Hex C9 8D FD 15 2C 0 1 110 61 4D
Octal 311 215 375 25 54 0 1 420 141 115
Binary 11001001 10001101 11111101 10101 101100 0 1 100010000 1100001 1001101

Color Harmonies of #C98DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DFD

Black with #C98DFD

Text Example


Text Example

White with #C98DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DFD; }

 p { color: rgb(201,141,253); }

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

background-color css

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

 a { background-color: rgb(201,141,253); }

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

border-color css

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

 span { border-color: rgb(201,141,253); }

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