Html Css Color HEX #C865F0 Heliotrope

📋 copy color: '#C865F0'

red 200 ◦ green 101 ◦ blue 240

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

Shades of Heliotrope #C865F0

Tints of Heliotrope #C865F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 36.97%
G = 18.67%
B = 44.36%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C865F0 (or 0xC865F0) is known color: Heliotrope. HEX triplet: C8, 65 and F0. RGB value is (200,101,240). Sum of RGB (Red+Green+Blue) = 200+101+240=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #C865F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865F0 is #379A0F. Grayscale: #919191. Windows color (decimal): -3643920 or 15754696. OLE color: 15754696.

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

Color convert

RGB 200 101 240 -
CMYK 0.17 0.58 0 0.06
HSL 282.73º 0.82% 0.67% -
HSV(B) 282.73º 0.58% 0.94% -
XYZ 44.2 27.88 85.49 -
YUV 146.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 200 101 240 0.17 0.58 0 0.06 282.73 0.82 0.67
Hex C8 65 F0 11 3A 0 6 11B 52 43
Octal 310 145 360 21 72 0 6 433 122 103
Binary 11001000 1100101 11110000 10001 111010 0 110 100011011 1010010 1000011

Color Harmonies of #C865F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865F0

Black with #C865F0

Text Example


Text Example

White with #C865F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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