Html Css Color HEX #C861FD Heliotrope

📋 copy color: '#C861FD'

red 200 ◦ green 97 ◦ blue 253

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

Shades of Heliotrope #C861FD

Tints of Heliotrope #C861FD

RGB

 RED value IS 200 (78.52% from 255) = 36.36%

 GREEN value IS 97 (38.28% from 255) = 17.64%

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

R = 36.36%
G = 17.64%
B = 46%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C861FD (or 0xC861FD) is known color: Heliotrope. HEX triplet: C8, 61 and FD. RGB value is (200,97,253). Sum of RGB (Red+Green+Blue) = 200+97+253=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 97 (38.28% from 255 or 17.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #C861FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C861FD is #379E02. Grayscale: #919191. Windows color (decimal): -3644931 or 16605640. OLE color: 16605640.

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

Color convert

RGB 200 97 253 -
CMYK 0.21 0.62 0 0.01
HSL 279.62º 0.98% 0.69% -
HSV(B) 279.62º 0.62% 0.99% -
XYZ 45.82 27.92 95.9 -
YUV 145.58 188.62 166.82 -
System Red Green Blue C M Y K H S L
Decimal 200 97 253 0.21 0.62 0 0.01 279.62 0.98 0.69
Hex C8 61 FD 15 3E 0 1 118 62 45
Octal 310 141 375 25 76 0 1 430 142 105
Binary 11001000 1100001 11111101 10101 111110 0 1 100011000 1100010 1000101

Color Harmonies of #C861FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861FD

Black with #C861FD

Text Example


Text Example

White with #C861FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861FD; }

 p { color: rgb(200,97,253); }

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

background-color css

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

 a { background-color: rgb(200,97,253); }

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

border-color css

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

 span { border-color: rgb(200,97,253); }

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