Html Css Color HEX #C985FB Heliotrope

📋 copy color: '#C985FB'

red 201 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #C985FB

Tints of Heliotrope #C985FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.91%

R = 34.36%
G = 22.74%
B = 42.91%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C985FB (or 0xC985FB) is known color: Heliotrope. HEX triplet: C9, 85 and FB. RGB value is (201,133,251). Sum of RGB (Red+Green+Blue) = 201+133+251=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #C985FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FB is #367A04. Grayscale: #A6A6A6. Windows color (decimal): -3570181 or 16483785. OLE color: 16483785.

HSL color Cylindrical-coordinate representation of color #C985FB: hue angle of 274.58º degrees, saturation: 0.94, 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 #C985FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 133 251 -
CMYK 0.20 0.47 0 0.02
HSL 274.58º 0.94% 0.75% -
HSV(B) 274.58º 0.47% 0.98% -
XYZ 49.89 36.16 95.62 -
YUV 166.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 201 133 251 0.20 0.47 0 0.02 274.58 0.94 0.75
Hex C9 85 FB 14 2F 0 2 113 5E 4B
Octal 311 205 373 24 57 0 2 423 136 113
Binary 11001001 10000101 11111011 10100 101111 0 10 100010011 1011110 1001011

Color Harmonies of #C985FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985FB

Black with #C985FB

Text Example


Text Example

White with #C985FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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