Html Css Color HEX #C256FD Heliotrope

📋 copy color: '#C256FD'

red 194 ◦ green 86 ◦ blue 253

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

Shades of Heliotrope #C256FD

Tints of Heliotrope #C256FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.14%

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

R = 36.4%
G = 16.14%
B = 47.47%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C256FD (or 0xC256FD) is known color: Heliotrope. HEX triplet: C2, 56 and FD. RGB value is (194,86,253). Sum of RGB (Red+Green+Blue) = 194+86+253=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #C256FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C256FD is #3DA902. Grayscale: #888888. Windows color (decimal): -4040963 or 16602818. OLE color: 16602818.

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

Color convert

RGB 194 86 253 -
CMYK 0.23 0.66 0 0.01
HSL 278.8º 0.98% 0.66% -
HSV(B) 278.8º 0.66% 0.99% -
XYZ 43.31 25.22 95.51 -
YUV 137.33 193.28 168.42 -
System Red Green Blue C M Y K H S L
Decimal 194 86 253 0.23 0.66 0 0.01 278.8 0.98 0.66
Hex C2 56 FD 17 42 0 1 117 62 42
Octal 302 126 375 27 102 0 1 427 142 102
Binary 11000010 1010110 11111101 10111 1000010 0 1 100010111 1100010 1000010

Color Harmonies of #C256FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C256FD

Black with #C256FD

Text Example


Text Example

White with #C256FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C256FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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