Html Css Color HEX #C865FA Heliotrope

📋 copy color: '#C865FA'

red 200 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #C865FA

Tints of Heliotrope #C865FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 36.3%
G = 18.33%
B = 45.37%

CMYK

 C value IS 0.2

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C865FA (or 0xC865FA) is known color: Heliotrope. HEX triplet: C8, 65 and FA. RGB value is (200,101,250). Sum of RGB (Red+Green+Blue) = 200+101+250=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #C865FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C865FA is #379A05. Grayscale: #939393. Windows color (decimal): -3643910 or 16410056. OLE color: 16410056.

HSL color Cylindrical-coordinate representation of color #C865FA: hue angle of 279.87º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C865FA is Cyan = 0.2, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 101 250 -
CMYK 0.2 0.60 0 0.02
HSL 279.87º 0.94% 0.69% -
HSV(B) 279.87º 0.6% 0.98% -
XYZ 45.73 28.49 93.53 -
YUV 147.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 200 101 250 0.2 0.60 0 0.02 279.87 0.94 0.69
Hex C8 65 FA 14 3C 0 2 118 5E 45
Octal 310 145 372 24 74 0 2 430 136 105
Binary 11001000 1100101 11111010 10100 111100 0 10 100011000 1011110 1000101

Color Harmonies of #C865FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C865FA

Black with #C865FA

Text Example


Text Example

White with #C865FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C865FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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