Html Css Color HEX #C985F3 Heliotrope

📋 copy color: '#C985F3'

red 201 ◦ green 133 ◦ blue 243

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

Shades of Heliotrope #C985F3

Tints of Heliotrope #C985F3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.05%

 BLUE value IS 243 (95.31% from 255) = 42.11%

R = 34.84%
G = 23.05%
B = 42.11%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C985F3 (or 0xC985F3) is known color: Heliotrope. HEX triplet: C9, 85 and F3. RGB value is (201,133,243). Sum of RGB (Red+Green+Blue) = 201+133+243=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #C985F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985F3 is #367A0C. Grayscale: #A5A5A5. Windows color (decimal): -3570189 or 15959497. OLE color: 15959497.

HSL color Cylindrical-coordinate representation of color #C985F3: hue angle of 277.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C985F3 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 133 243 -
CMYK 0.17 0.45 0 0.05
HSL 277.09º 0.82% 0.74% -
HSV(B) 277.09º 0.45% 0.95% -
XYZ 48.65 35.66 89.11 -
YUV 165.87 171.53 153.06 -
System Red Green Blue C M Y K H S L
Decimal 201 133 243 0.17 0.45 0 0.05 277.09 0.82 0.74
Hex C9 85 F3 11 2D 0 5 115 52 4A
Octal 311 205 363 21 55 0 5 425 122 112
Binary 11001001 10000101 11110011 10001 101101 0 101 100010101 1010010 1001010

Color Harmonies of #C985F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985F3

Black with #C985F3

Text Example


Text Example

White with #C985F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985F3; }

 p { color: rgb(201,133,243); }

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

background-color css

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

 a { background-color: rgb(201,133,243); }

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

border-color css

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

 span { border-color: rgb(201,133,243); }

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