Html Css Color HEX #C455FA Heliotrope

📋 copy color: '#C455FA'

red 196 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #C455FA

Tints of Heliotrope #C455FA

RGB

 RED value IS 196 (76.95% from 255) = 36.91%

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

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

R = 36.91%
G = 16.01%
B = 47.08%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C455FA (or 0xC455FA) is known color: Heliotrope. HEX triplet: C4, 55 and FA. RGB value is (196,85,250). Sum of RGB (Red+Green+Blue) = 196+85+250=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #C455FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C455FA is #3BAA05. Grayscale: #888888. Windows color (decimal): -3910150 or 16405956. OLE color: 16405956.

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

Color convert

RGB 196 85 250 -
CMYK 0.22 0.66 0 0.02
HSL 280.36º 0.94% 0.66% -
HSV(B) 280.36º 0.66% 0.98% -
XYZ 43.27 25.13 93.01 -
YUV 137 191.77 170.08 -
System Red Green Blue C M Y K H S L
Decimal 196 85 250 0.22 0.66 0 0.02 280.36 0.94 0.66
Hex C4 55 FA 16 42 0 2 118 5E 42
Octal 304 125 372 26 102 0 2 430 136 102
Binary 11000100 1010101 11111010 10110 1000010 0 10 100011000 1011110 1000010

Color Harmonies of #C455FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C455FA

Black with #C455FA

Text Example


Text Example

White with #C455FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C455FA; }

 p { color: rgb(196,85,250); }

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

background-color css

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

 a { background-color: rgb(196,85,250); }

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

border-color css

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

 span { border-color: rgb(196,85,250); }

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