Html Css Color HEX #C255FC Heliotrope

📋 copy color: '#C255FC'

red 194 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #C255FC

Tints of Heliotrope #C255FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.01%

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 36.53%
G = 16.01%
B = 47.46%

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

#C255FC (or 0xC255FC) is known color: Heliotrope. HEX triplet: C2, 55 and FC. RGB value is (194,85,252). Sum of RGB (Red+Green+Blue) = 194+85+252=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C255FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255FC is #3DAA03. Grayscale: #888888. Windows color (decimal): -4041220 or 16537026. OLE color: 16537026.

HSL color Cylindrical-coordinate representation of color #C255FC: hue angle of 279.16º degrees, saturation: 0.97, 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 #C255FC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 85 252 -
CMYK 0.23 0.66 0 0.01
HSL 279.16º 0.97% 0.66% -
HSV(B) 279.16º 0.66% 0.99% -
XYZ 43.07 24.99 94.65 -
YUV 136.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 194 85 252 0.23 0.66 0 0.01 279.16 0.97 0.66
Hex C2 55 FC 17 42 0 1 117 61 42
Octal 302 125 374 27 102 0 1 427 141 102
Binary 11000010 1010101 11111100 10111 1000010 0 1 100010111 1100001 1000010

Color Harmonies of #C255FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255FC

Black with #C255FC

Text Example


Text Example

White with #C255FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255FC; }

 p { color: rgb(194,85,252); }

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

background-color css

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

 a { background-color: rgb(194,85,252); }

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

border-color css

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

 span { border-color: rgb(194,85,252); }

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