Html Css Color HEX #C286FD Heliotrope

📋 copy color: '#C286FD'

red 194 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #C286FD

Tints of Heliotrope #C286FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 33.39%
G = 23.06%
B = 43.55%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C286FD (or 0xC286FD) is known color: Heliotrope. HEX triplet: C2, 86 and FD. RGB value is (194,134,253). Sum of RGB (Red+Green+Blue) = 194+134+253=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #C286FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C286FD is #3D7902. Grayscale: #A5A5A5. Windows color (decimal): -4028675 or 16615106. OLE color: 16615106.

HSL color Cylindrical-coordinate representation of color #C286FD: hue angle of 270.25º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C286FD is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 134 253 -
CMYK 0.23 0.47 0 0.01
HSL 270.25º 0.97% 0.76% -
HSV(B) 270.25º 0.47% 0.99% -
XYZ 48.5 35.61 97.25 -
YUV 165.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 194 134 253 0.23 0.47 0 0.01 270.25 0.97 0.76
Hex C2 86 FD 17 2F 0 1 10E 61 4C
Octal 302 206 375 27 57 0 1 416 141 114
Binary 11000010 10000110 11111101 10111 101111 0 1 100001110 1100001 1001100

Color Harmonies of #C286FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286FD

Black with #C286FD

Text Example


Text Example

White with #C286FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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