Html Css Color HEX #C985FD Heliotrope

📋 copy color: '#C985FD'

red 201 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #C985FD

Tints of Heliotrope #C985FD

RGB

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

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

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

R = 34.24%
G = 22.66%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C985FD (or 0xC985FD) is known color: Heliotrope. HEX triplet: C9, 85 and FD. RGB value is (201,133,253). Sum of RGB (Red+Green+Blue) = 201+133+253=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #C985FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C985FD is #367A02. Grayscale: #A6A6A6. Windows color (decimal): -3570179 or 16614857. OLE color: 16614857.

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

Color convert

RGB 201 133 253 -
CMYK 0.21 0.47 0 0.01
HSL 274º 0.97% 0.76% -
HSV(B) 274º 0.47% 0.99% -
XYZ 50.2 36.28 97.29 -
YUV 167.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 201 133 253 0.21 0.47 0 0.01 274 0.97 0.76
Hex C9 85 FD 15 2F 0 1 112 61 4C
Octal 311 205 375 25 57 0 1 422 141 114
Binary 11001001 10000101 11111101 10101 101111 0 1 100010010 1100001 1001100

Color Harmonies of #C985FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C985FD

Black with #C985FD

Text Example


Text Example

White with #C985FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C985FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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