Html Css Color HEX #C865F1 Heliotrope

📋 copy color: '#C865F1'

red 200 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #C865F1

Tints of Heliotrope #C865F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.63%

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 36.9%
G = 18.63%
B = 44.46%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C865F1 (or 0xC865F1) is known color: Heliotrope. HEX triplet: C8, 65 and F1. RGB value is (200,101,241). Sum of RGB (Red+Green+Blue) = 200+101+241=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #C865F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865F1 is #379A0E. Grayscale: #929292. Windows color (decimal): -3643919 or 15820232. OLE color: 15820232.

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

Color convert

RGB 200 101 241 -
CMYK 0.17 0.58 0 0.05
HSL 282.43º 0.83% 0.67% -
HSV(B) 282.43º 0.58% 0.95% -
XYZ 44.35 27.94 86.27 -
YUV 146.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 200 101 241 0.17 0.58 0 0.05 282.43 0.83 0.67
Hex C8 65 F1 11 3A 0 5 11A 53 43
Octal 310 145 361 21 72 0 5 432 123 103
Binary 11001000 1100101 11110001 10001 111010 0 101 100011010 1010011 1000011

Color Harmonies of #C865F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865F1

Black with #C865F1

Text Example


Text Example

White with #C865F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865F1; }

 p { color: rgb(200,101,241); }

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

background-color css

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

 a { background-color: rgb(200,101,241); }

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

border-color css

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

 span { border-color: rgb(200,101,241); }

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