Html Css Color HEX #C450FF Heliotrope

📋 copy color: '#C450FF'

red 196 ◦ green 80 ◦ blue 255

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

Shades of Heliotrope #C450FF

Tints of Heliotrope #C450FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.07%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 36.91%
G = 15.07%
B = 48.02%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C450FF (or 0xC450FF) is known color: Heliotrope. HEX triplet: C4, 50 and FF. RGB value is (196,80,255). Sum of RGB (Red+Green+Blue) = 196+80+255=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #C450FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FF is #3BAF00. Grayscale: #868686. Windows color (decimal): -3911425 or 16732356. OLE color: 16732356.

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

Color convert

RGB 196 80 255 -
CMYK 0.23 0.69 0 0
HSL 279.77º 1% 0.66% -
HSV(B) 279.77º 0.69% 1% -
XYZ 43.68 24.69 97.07 -
YUV 134.63 195.93 171.77 -
System Red Green Blue C M Y K H S L
Decimal 196 80 255 0.23 0.69 0 0 279.77 1 0.66
Hex C4 50 FF 17 45 0 0 118 64 42
Octal 304 120 377 27 105 0 0 430 144 102
Binary 11000100 1010000 11111111 10111 1000101 0 0 100011000 1100100 1000010

Color Harmonies of #C450FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450FF

Black with #C450FF

Text Example


Text Example

White with #C450FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450FF; }

 p { color: rgb(196,80,255); }

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

background-color css

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

 a { background-color: rgb(196,80,255); }

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

border-color css

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

 span { border-color: rgb(196,80,255); }

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