Html Css Color HEX #C868FA Heliotrope

📋 copy color: '#C868FA'

red 200 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #C868FA

Tints of Heliotrope #C868FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.77%

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

R = 36.1%
G = 18.77%
B = 45.13%

CMYK

 C value IS 0.2

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C868FA (or 0xC868FA) is known color: Heliotrope. HEX triplet: C8, 68 and FA. RGB value is (200,104,250). Sum of RGB (Red+Green+Blue) = 200+104+250=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #C868FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C868FA is #379705. Grayscale: #949494. Windows color (decimal): -3643142 or 16410824. OLE color: 16410824.

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

Color convert

RGB 200 104 250 -
CMYK 0.2 0.58 0 0.02
HSL 279.45º 0.94% 0.69% -
HSV(B) 279.45º 0.58% 0.98% -
XYZ 46.03 29.08 93.63 -
YUV 149.35 184.8 164.13 -
System Red Green Blue C M Y K H S L
Decimal 200 104 250 0.2 0.58 0 0.02 279.45 0.94 0.69
Hex C8 68 FA 14 3A 0 2 117 5E 45
Octal 310 150 372 24 72 0 2 427 136 105
Binary 11001000 1101000 11111010 10100 111010 0 10 100010111 1011110 1000101

Color Harmonies of #C868FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C868FA

Black with #C868FA

Text Example


Text Example

White with #C868FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C868FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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