Html Css Color HEX #C485FE Heliotrope

📋 copy color: '#C485FE'

red 196 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #C485FE

Tints of Heliotrope #C485FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.81%

 BLUE value IS 254 (99.61% from 255) = 43.57%

R = 33.62%
G = 22.81%
B = 43.57%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C485FE (or 0xC485FE) is known color: Heliotrope. HEX triplet: C4, 85 and FE. RGB value is (196,133,254). Sum of RGB (Red+Green+Blue) = 196+133+254=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #C485FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C485FE is #3B7A01. Grayscale: #A5A5A5. Windows color (decimal): -3897858 or 16680388. OLE color: 16680388.

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

Color convert

RGB 196 133 254 -
CMYK 0.23 0.48 0 0.00
HSL 271.24º 0.98% 0.76% -
HSV(B) 271.24º 0.48% 1% -
XYZ 49.04 35.67 98.07 -
YUV 165.63 177.87 149.66 -
System Red Green Blue C M Y K H S L
Decimal 196 133 254 0.23 0.48 0 0.00 271.24 0.98 0.76
Hex C4 85 FE 17 30 0 0 10F 62 4C
Octal 304 205 376 27 60 0 0 417 142 114
Binary 11000100 10000101 11111110 10111 110000 0 0 100001111 1100010 1001100

Color Harmonies of #C485FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485FE

Black with #C485FE

Text Example


Text Example

White with #C485FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485FE; }

 p { color: rgb(196,133,254); }

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

background-color css

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

 a { background-color: rgb(196,133,254); }

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

border-color css

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

 span { border-color: rgb(196,133,254); }

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