Html Css Color HEX #C98CFD Heliotrope

📋 copy color: '#C98CFD'

red 201 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #C98CFD

Tints of Heliotrope #C98CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.57%

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

R = 33.84%
G = 23.57%
B = 42.59%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C98CFD (or 0xC98CFD) is known color: Heliotrope. HEX triplet: C9, 8C and FD. RGB value is (201,140,253). Sum of RGB (Red+Green+Blue) = 201+140+253=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 140 (55.08% from 255 or 23.57% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C98CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C98CFD is #367302. Grayscale: #AAAAAA. Windows color (decimal): -3568387 or 16616649. OLE color: 16616649.

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

Color convert

RGB 201 140 253 -
CMYK 0.21 0.45 0 0.01
HSL 272.39º 0.97% 0.77% -
HSV(B) 272.39º 0.45% 0.99% -
XYZ 51.2 38.27 97.62 -
YUV 171.12 174.21 149.31 -
System Red Green Blue C M Y K H S L
Decimal 201 140 253 0.21 0.45 0 0.01 272.39 0.97 0.77
Hex C9 8C FD 15 2D 0 1 110 61 4D
Octal 311 214 375 25 55 0 1 420 141 115
Binary 11001001 10001100 11111101 10101 101101 0 1 100010000 1100001 1001101

Color Harmonies of #C98CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CFD

Black with #C98CFD

Text Example


Text Example

White with #C98CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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