Html Css Color HEX #C286F9 Heliotrope

📋 copy color: '#C286F9'

red 194 ◦ green 134 ◦ blue 249

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

Shades of Heliotrope #C286F9

Tints of Heliotrope #C286F9

RGB

 RED value IS 194 (76.17% from 255) = 33.62%

 GREEN value IS 134 (52.73% from 255) = 23.22%

 BLUE value IS 249 (97.66% from 255) = 43.15%

R = 33.62%
G = 23.22%
B = 43.15%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C286F9 (or 0xC286F9) is known color: Heliotrope. HEX triplet: C2, 86 and F9. RGB value is (194,134,249). Sum of RGB (Red+Green+Blue) = 194+134+249=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #C286F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C286F9 is #3D7906. Grayscale: #A4A4A4. Windows color (decimal): -4028679 or 16352962. OLE color: 16352962.

HSL color Cylindrical-coordinate representation of color #C286F9: hue angle of 271.3º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C286F9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 134 249 -
CMYK 0.22 0.46 0 0.02
HSL 271.3º 0.91% 0.75% -
HSV(B) 271.3º 0.46% 0.98% -
XYZ 47.87 35.36 93.92 -
YUV 165.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 194 134 249 0.22 0.46 0 0.02 271.3 0.91 0.75
Hex C2 86 F9 16 2E 0 2 10F 5B 4B
Octal 302 206 371 26 56 0 2 417 133 113
Binary 11000010 10000110 11111001 10110 101110 0 10 100001111 1011011 1001011

Color Harmonies of #C286F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286F9

Black with #C286F9

Text Example


Text Example

White with #C286F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286F9; }

 p { color: rgb(194,134,249); }

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

background-color css

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

 a { background-color: rgb(194,134,249); }

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

border-color css

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

 span { border-color: rgb(194,134,249); }

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