Html Css Color HEX #C985F9 Heliotrope

📋 copy color: '#C985F9'

red 201 ◦ green 133 ◦ blue 249

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

Shades of Heliotrope #C985F9

Tints of Heliotrope #C985F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.71%

R = 34.48%
G = 22.81%
B = 42.71%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C985F9 (or 0xC985F9) is known color: Heliotrope. HEX triplet: C9, 85 and F9. RGB value is (201,133,249). Sum of RGB (Red+Green+Blue) = 201+133+249=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #C985F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985F9 is #367A06. Grayscale: #A6A6A6. Windows color (decimal): -3570183 or 16352713. OLE color: 16352713.

HSL color Cylindrical-coordinate representation of color #C985F9: hue angle of 275.17º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C985F9 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 133 249 -
CMYK 0.19 0.47 0 0.02
HSL 275.17º 0.91% 0.75% -
HSV(B) 275.17º 0.47% 0.98% -
XYZ 49.57 36.03 93.96 -
YUV 166.56 174.53 152.57 -
System Red Green Blue C M Y K H S L
Decimal 201 133 249 0.19 0.47 0 0.02 275.17 0.91 0.75
Hex C9 85 F9 13 2F 0 2 113 5B 4B
Octal 311 205 371 23 57 0 2 423 133 113
Binary 11001001 10000101 11111001 10011 101111 0 10 100010011 1011011 1001011

Color Harmonies of #C985F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985F9

Black with #C985F9

Text Example


Text Example

White with #C985F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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